From 0840477b81f32a72565c8b78e4fd03cf934530f8 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Mon, 21 Dec 2020 02:56:55 +0900 Subject: [PATCH] d3d11device: Remove dead code We don't use this method since the commit of 0788492461e1b559230cc5c3a354fe5f48f95f8b Part-of: --- sys/d3d11/gstd3d11device.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sys/d3d11/gstd3d11device.h b/sys/d3d11/gstd3d11device.h index 2d9d294288..5ea0067ce9 100644 --- a/sys/d3d11/gstd3d11device.h +++ b/sys/d3d11/gstd3d11device.h @@ -37,15 +37,6 @@ G_BEGIN_DECLS #define GST_D3D11_DEVICE_HANDLE_CONTEXT_TYPE "gst.d3d11.device.handle" -/** - * GstD3D11DeviceThreadFunc: - * @device: a #GstD3D11Device - * @data: user data - * - * Represents a function to run in the D3D11 device thread with @device and @data - */ -typedef void (*GstD3D11DeviceThreadFunc) (GstD3D11Device * device, gpointer data); - typedef enum { GST_D3D11_DXGI_FACTORY_UNKNOWN = 0,