aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorCameron Cawley2018-11-03 19:00:24 +0000
committerDavid Turner2018-11-04 21:38:45 +0000
commit79a4e3f8131fa8e3f2b3041e2a440236093cb76d (patch)
treeaf2c09a29e1bc3b5201b101718bc532493e6a59e /gui
parente4ff1929aa7823c3716a9ea48e1f8a9524154742 (diff)
downloadscummvm-rg350-79a4e3f8131fa8e3f2b3041e2a440236093cb76d.tar.gz
scummvm-rg350-79a4e3f8131fa8e3f2b3041e2a440236093cb76d.tar.bz2
scummvm-rg350-79a4e3f8131fa8e3f2b3041e2a440236093cb76d.zip
BACKENDS: Remove references to the GP32 backend
Diffstat (limited to 'gui')
-rw-r--r--gui/options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/options.cpp b/gui/options.cpp
index efaacc955e..7c1a576c57 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -1585,7 +1585,7 @@ void GlobalOptionsDialog::build() {
else
_pathsTabId = tab->addTab(_c("Paths", "lowres"));
-#if !( defined(__DC__) || defined(__GP32__) )
+#if !defined(__DC__)
// These two buttons have to be extra wide, or the text will be
// truncated in the small version of the GUI.
@@ -1786,7 +1786,7 @@ void GlobalOptionsDialog::build() {
OptionsDialog::build();
-#if !( defined(__DC__) || defined(__GP32__) )
+#if !defined(__DC__)
// Set _savePath to the current save path
Common::String savePath(ConfMan.get("savepath", _domain));
Common::String themePath(ConfMan.get("themepath", _domain));