aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialog.h')
-rw-r--r--gui/dialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/dialog.h b/gui/dialog.h
index 81e519d3b3..46cf2bac7e 100644
--- a/gui/dialog.h
+++ b/gui/dialog.h
@@ -28,7 +28,6 @@
class NewGui;
class ButtonWidget;
-class PushButtonWidget;
// Some "common" commands sent to handleCommand()
enum {
@@ -77,7 +76,6 @@ protected:
Widget *findWidget(int x, int y); // Find the widget at pos x,y if any
ButtonWidget *addButton(int x, int y, const Common::String &label, uint32 cmd, char hotkey);
- PushButtonWidget *addPushButton(int x, int y, const Common::String &label, uint32 cmd, char hotkey);
void setResult(int result) { _result = result; }
};