aboutsummaryrefslogtreecommitdiff
path: root/gui/options.h
diff options
context:
space:
mode:
authorlubomyr2017-01-31 20:36:54 +0200
committerlubomyr2017-01-31 20:36:54 +0200
commit2aa0cdcff67bf423fd7eb5ed8b50749930d32a0f (patch)
treeba11d7038347a56c113b2b764049025f4a18dbf3 /gui/options.h
parent15acee29f19c845dc534d2c8af48a449ea1cd380 (diff)
downloadscummvm-rg350-2aa0cdcff67bf423fd7eb5ed8b50749930d32a0f.tar.gz
scummvm-rg350-2aa0cdcff67bf423fd7eb5ed8b50749930d32a0f.tar.bz2
scummvm-rg350-2aa0cdcff67bf423fd7eb5ed8b50749930d32a0f.zip
ANDROIDSDL: fixed in-game menu crash, removed unused method
Diffstat (limited to 'gui/options.h')
-rw-r--r--gui/options.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/options.h b/gui/options.h
index e6bb195b41..046e9acf6d 100644
--- a/gui/options.h
+++ b/gui/options.h
@@ -99,9 +99,6 @@ protected:
void addSubtitleControls(GuiObject *boss, const Common::String &prefix, int maxSliderVal = 255);
void addEngineControls(GuiObject *boss, const Common::String &prefix, const ExtraGuiOptions &engineOptions);
-#ifdef ANDROIDSDL
- void setAndroidSdlSettingsState(bool enabled);
-#endif
void setGraphicSettingsState(bool enabled);
void setAudioSettingsState(bool enabled);
void setMIDISettingsState(bool enabled);