summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/angle_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/angle_common.h')
-rw-r--r--video/out/opengl/angle_common.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/video/out/opengl/angle_common.h b/video/out/opengl/angle_common.h
deleted file mode 100644
index 14ecd6ab3c..0000000000
--- a/video/out/opengl/angle_common.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef MP_ANGLE_COMMON_H
-#define MP_ANGLE_COMMON_H
-
-#include <initguid.h>
-#include <assert.h>
-#include <windows.h>
-#include <d3d11.h>
-
-#include <stdbool.h>
-
-bool d3d11_check_decoding(ID3D11Device *dev);
-
-#endif \ No newline at end of file