diff options
author | Max Horn | 2008-11-12 12:50:21 +0000 |
---|---|---|
committer | Max Horn | 2008-11-12 12:50:21 +0000 |
commit | 201c26fcd0ad71568a3581a5520c094d93ec6d06 (patch) | |
tree | 5aa8b1829cdb1685d94f9c21b8d3b16fda2123cb /engines/scumm | |
parent | 8b91e9c8be67792b4e97b5e1c6895c31a01bc83f (diff) | |
download | scummvm-rg350-201c26fcd0ad71568a3581a5520c094d93ec6d06.tar.gz scummvm-rg350-201c26fcd0ad71568a3581a5520c094d93ec6d06.tar.bz2 scummvm-rg350-201c26fcd0ad71568a3581a5520c094d93ec6d06.zip |
cleanup
svn-id: r35017
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/dialogs.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/scumm/dialogs.cpp b/engines/scumm/dialogs.cpp index 6e126f0872..581c16ca06 100644 --- a/engines/scumm/dialogs.cpp +++ b/engines/scumm/dialogs.cpp @@ -61,10 +61,6 @@ using GUI::CommandSender; using GUI::StaticTextWidget; -using GUI::kButtonWidth; -using GUI::kButtonHeight; -using GUI::kBigButtonWidth; -using GUI::kBigButtonHeight; using GUI::kCloseCmd; using GUI::kTextAlignCenter; using GUI::kTextAlignLeft; |