diff options
author | Max Horn | 2008-11-12 12:53:53 +0000 |
---|---|---|
committer | Max Horn | 2008-11-12 12:53:53 +0000 |
commit | fa942c42cc780f34b96fc308a2b7fdde52088e42 (patch) | |
tree | 9da5c5d5e2b6d057a7f713f281ff1d461aeaa004 /gui/dialog.h | |
parent | 201c26fcd0ad71568a3581a5520c094d93ec6d06 (diff) | |
download | scummvm-rg350-fa942c42cc780f34b96fc308a2b7fdde52088e42.tar.gz scummvm-rg350-fa942c42cc780f34b96fc308a2b7fdde52088e42.tar.bz2 scummvm-rg350-fa942c42cc780f34b96fc308a2b7fdde52088e42.zip |
GUI: Got rid of most 'built-in' variables
svn-id: r35018
Diffstat (limited to 'gui/dialog.h')
-rw-r--r-- | gui/dialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/dialog.h b/gui/dialog.h index 26e71cc600..0aa52c4972 100644 --- a/gui/dialog.h +++ b/gui/dialog.h @@ -86,8 +86,6 @@ protected: Widget *findWidget(const char *name); void removeWidget(Widget *widget); - ButtonWidget *addButton(GuiObject *boss, int x, int y, const Common::String &label, uint32 cmd, char hotkey); - void setResult(int result) { _result = result; } int getResult() const { return _result; } }; |