mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 12:12:16 +00:00
- Removes (obsolete) USE_AUTO_SCALE define
- typo fix svn-id: r22987
This commit is contained in:
parent
cd24b1d91c
commit
15aee485ea
@ -53,13 +53,7 @@ enum {
|
|||||||
kKeyRepeatSustainDelay = 100
|
kKeyRepeatSustainDelay = 100
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined(__SYMBIAN32__) // Testing: could be removed? Just making sure that an CVS update doesn't break my code :P
|
// HACK. FIXME. This doesn't belong here. But otherwise it creates compilation problems
|
||||||
#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
|
|
||||||
GuiObject::GuiObject(const Common::String &name) : _firstWidget(0) {
|
GuiObject::GuiObject(const Common::String &name) : _firstWidget(0) {
|
||||||
_name = name;
|
_name = name;
|
||||||
handleScreenChanged();
|
handleScreenChanged();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user