diff options
author | Max Horn | 2005-05-08 17:05:19 +0000 |
---|---|---|
committer | Max Horn | 2005-05-08 17:05:19 +0000 |
commit | 2eb868d2a3a89eb8f6d71ab6580e0a015552ccbc (patch) | |
tree | 96f1da7fd430c3f7597e72ec78c0ff882c93d5f6 /gui/message.h | |
parent | 9d20c7e21f98b2f8824f86ef7c297781f46a7f49 (diff) | |
download | scummvm-rg350-2eb868d2a3a89eb8f6d71ab6580e0a015552ccbc.tar.gz scummvm-rg350-2eb868d2a3a89eb8f6d71ab6580e0a015552ccbc.tar.bz2 scummvm-rg350-2eb868d2a3a89eb8f6d71ab6580e0a015552ccbc.zip |
Fix doxygen warning
svn-id: r17969
Diffstat (limited to 'gui/message.h')
-rw-r--r-- | gui/message.h | 2 |
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); |