aboutsummaryrefslogtreecommitdiff
path: root/gui/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/message.h')
-rw-r--r--gui/message.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/message.h b/gui/message.h
index cb27a615c3..912e3b0785 100644
--- a/gui/message.h
+++ b/gui/message.h
@@ -44,9 +44,6 @@ public:
MessageDialog(const Common::String &message, const char *defaultButton = "OK", const char *altButton = 0);
void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
-
-protected:
- ButtonWidget *addButton(GuiObject *boss, int x, int y, const Common::String &label, uint32 cmd, char hotkey);
};
/**