summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/winmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/winmain.h')
-rw-r--r--src/osd/windows/winmain.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/osd/windows/winmain.h b/src/osd/windows/winmain.h
index c62fca42531..dec35e3d46d 100644
--- a/src/osd/windows/winmain.h
+++ b/src/osd/windows/winmain.h
@@ -27,15 +27,11 @@
#define WINOPTION_PROFILE "profile"
// video options
-#define WINOPTION_PRESCALE "prescale"
#define WINOPTION_MENU "menu"
// DirectDraw-specific options
#define WINOPTION_HWSTRETCH "hwstretch"
-// Direct3D-specific options
-#define WINOPTION_FILTER "filter"
-
// core post-processing options
#define WINOPTION_HLSL_ENABLE "hlsl_enable"
#define WINOPTION_HLSLPATH "hlslpath"
@@ -132,15 +128,11 @@ public:
int profile() const { return int_value(WINOPTION_PROFILE); }
// video options
- int prescale() const { return int_value(WINOPTION_PRESCALE); }
bool menu() const { return bool_value(WINOPTION_MENU); }
// DirectDraw-specific options
bool hwstretch() const { return bool_value(WINOPTION_HWSTRETCH); }
- // Direct3D-specific options
- bool filter() const { return bool_value(WINOPTION_FILTER); }
-
// core post-processing options
const char *screen_post_fx_dir() const { return value(WINOPTION_HLSLPATH); }
bool d3d_hlsl_enable() const { return bool_value(WINOPTION_HLSL_ENABLE); }