summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/video.h')
-rw-r--r--src/osd/windows/video.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/osd/windows/video.h b/src/osd/windows/video.h
index 9215dc189bf..87612fb51fe 100644
--- a/src/osd/windows/video.h
+++ b/src/osd/windows/video.h
@@ -21,10 +21,7 @@
enum {
VIDEO_MODE_NONE,
VIDEO_MODE_GDI,
- VIDEO_MODE_DDRAW,
-#if defined (USE_BGFX)
VIDEO_MODE_BGFX,
-#endif
#if (USE_OPENGL)
VIDEO_MODE_OPENGL,
#endif
@@ -180,9 +177,6 @@ struct osd_video_config
int fullstretch; // FXIME: implement in windows!
- // ddraw options
- int hwstretch; // stretch using the hardware
-
// d3d, accel, opengl
int filter; // enable filtering
//int filter; // enable filtering, disabled if glsl_filter>0