aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-06-02 12:29:01 +0000
committerTorbjörn Andersson2005-06-02 12:29:01 +0000
commitbf89c8a4b9eb485e9248d5da3aac1d16c1310d7f (patch)
treee12af1d748d5e0ba6c29d5a53db014b1de5fc863 /scumm/dialogs.cpp
parent9be6764c477b6f38b329fbf8d2d374513a6ebf0a (diff)
downloadscummvm-rg350-bf89c8a4b9eb485e9248d5da3aac1d16c1310d7f.tar.gz
scummvm-rg350-bf89c8a4b9eb485e9248d5da3aac1d16c1310d7f.tar.bz2
scummvm-rg350-bf89c8a4b9eb485e9248d5da3aac1d16c1310d7f.zip
The GUI has reached the point where I think it's safe to begin removing the
old auto-scaling hack. Removed wantsScaling(), USE_AUTO_SCALING, _scaleFactor and _scaleEnable. Also removed drawBitmap() since we no longer use bitmaps for widget decorations. svn-id: r18310
Diffstat (limited to 'scumm/dialogs.cpp')
-rw-r--r--scumm/dialogs.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/dialogs.cpp b/scumm/dialogs.cpp
index 387952ffb0..2a9ff37ca9 100644
--- a/scumm/dialogs.cpp
+++ b/scumm/dialogs.cpp
@@ -280,8 +280,6 @@ public:
const String &getResultString() const;
void setList(const StringList& list);
int runModal();
-
- bool wantsScaling() const { return false; }
};
SaveLoadChooserEx::SaveLoadChooserEx(const String &title, const String &buttonLabel, bool saveMode, ScummEngine *engine)