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
This commit is contained in:
Torbjörn Andersson 2005-06-02 12:29:01 +00:00
parent 9be6764c47
commit bf89c8a4b9
9 changed files with 27 additions and 97 deletions

View file

@ -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)