Remove old & undocumented MSVC 6 workaround

svn-id: r48561
This commit is contained in:
Max Horn 2010-04-06 09:25:44 +00:00
parent 96ccd4abcc
commit 3a8366526b
2 changed files with 3 additions and 10 deletions

View file

@ -49,10 +49,6 @@
using GUI::CommandSender;
using GUI::StaticTextWidget;
using GUI::kCloseCmd;
using GUI::WIDGET_ENABLED;
typedef GUI::OptionsDialog GUI_OptionsDialog;
typedef GUI::Dialog GUI_Dialog;
enum {
kSaveCmd = 'SAVE',
@ -323,7 +319,7 @@ void ConfigDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 data)
#endif
break;
default:
GUI_OptionsDialog::handleCommand (sender, cmd, data);
GUI::OptionsDialog::handleCommand (sender, cmd, data);
}
}