[Scummvm-cvs-logs] SF.net SVN: scummvm: [22987] scummvm/trunk/gui/newgui.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Thu Jun 8 21:43:43 CEST 2006
Revision: 22987
Author: lordhoto
Date: 2006-06-08 12:43:37 -0700 (Thu, 08 Jun 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=22987&view=rev
Log Message:
-----------
- Removes (obsolete) USE_AUTO_SCALE define
- typo fix
Modified Paths:
--------------
scummvm/trunk/gui/newgui.cpp
Modified: scummvm/trunk/gui/newgui.cpp
===================================================================
--- scummvm/trunk/gui/newgui.cpp 2006-06-08 19:10:26 UTC (rev 22986)
+++ scummvm/trunk/gui/newgui.cpp 2006-06-08 19:43:37 UTC (rev 22987)
@@ -53,13 +53,7 @@
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();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list