d3d11device: Remove dead code

We don't use this method since the commit of
0788492461

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1892>
This commit is contained in:
Seungha Yang 2020-12-21 02:56:55 +09:00
parent 59a1897c39
commit 0840477b81

View file

@ -37,15 +37,6 @@ G_BEGIN_DECLS
#define GST_D3D11_DEVICE_HANDLE_CONTEXT_TYPE "gst.d3d11.device.handle" #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 typedef enum
{ {
GST_D3D11_DXGI_FACTORY_UNKNOWN = 0, GST_D3D11_DXGI_FACTORY_UNKNOWN = 0,