aboutsummaryrefslogtreecommitdiff
path: root/gui/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/message.h')
-rw-r--r--gui/message.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/message.h b/gui/message.h
index 058f0b66b9..e80c53422b 100644
--- a/gui/message.h
+++ b/gui/message.h
@@ -36,8 +36,6 @@ enum {
* Simple message dialog ("alert box"): presents a text message in a dialog with up to two buttons.
*/
class MessageDialog : public Dialog {
- typedef Common::String String;
- typedef Common::StringList StringList;
public:
MessageDialog(const Common::String &message, const char *defaultButton = "OK", const char *altButton = 0);