aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorJohannes Schickel2006-06-08 19:43:37 +0000
committerJohannes Schickel2006-06-08 19:43:37 +0000
commit15aee485ea5fb5f436ffc93341b0bac978f648f7 (patch)
treee7c7cdc94b71a3085e4522e447e4d070459bbc7d /gui
parentcd24b1d91c23cdff3fc9dd15f9feb4d30c4a336c (diff)
downloadscummvm-rg350-15aee485ea5fb5f436ffc93341b0bac978f648f7.tar.gz
scummvm-rg350-15aee485ea5fb5f436ffc93341b0bac978f648f7.tar.bz2
scummvm-rg350-15aee485ea5fb5f436ffc93341b0bac978f648f7.zip
- Removes (obsolete) USE_AUTO_SCALE define
- typo fix svn-id: r22987
Diffstat (limited to 'gui')
-rw-r--r--gui/newgui.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index 5c54973b7d..cf88d559da 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -53,13 +53,7 @@ enum {
kKeyRepeatSustainDelay = 100
};
-#if defined(__SYMBIAN32__) // Testing: could be removed? Just making sure that an CVS update doesn't break my code :P
-#define USE_AUTO_SCALING false
-#else
-#define USE_AUTO_SCALING false
-#endif
-
-// HACK. FIXME. This doesn't belong here. But otherwise it creates compulation problems
+// HACK. FIXME. This doesn't belong here. But otherwise it creates compilation problems
GuiObject::GuiObject(const Common::String &name) : _firstWidget(0) {
_name = name;
handleScreenChanged();