summaryrefslogtreecommitdiffstats
path: root/video/d3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/d3d.h')
-rw-r--r--video/d3d.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/video/d3d.h b/video/d3d.h
deleted file mode 100644
index 30bee49adc..0000000000
--- a/video/d3d.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef MP_D3D_H_
-#define MP_D3D_H_
-
-#include <d3d9.h>
-
-#include "hwdec.h"
-
-struct mp_d3d_ctx {
- struct mp_hwdec_ctx hwctx;
- IDirect3DDevice9 *d3d9_device;
-};
-
-#endif