aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.cpp
diff options
context:
space:
mode:
authorMax Horn2002-08-25 10:50:18 +0000
committerMax Horn2002-08-25 10:50:18 +0000
commitec47d8c80c668160e0ee84419314966f763802b9 (patch)
tree7f9ffa782b021d95bbaa28e7236d908ed81546c9 /gui/newgui.cpp
parent492400e9fa10de948a8bf00e908c2e216c7f171e (diff)
downloadscummvm-rg350-ec47d8c80c668160e0ee84419314966f763802b9.tar.gz
scummvm-rg350-ec47d8c80c668160e0ee84419314966f763802b9.tar.bz2
scummvm-rg350-ec47d8c80c668160e0ee84419314966f763802b9.zip
fixed some endian issues in the new SMUSH decoder; cleanup
svn-id: r4842
Diffstat (limited to 'gui/newgui.cpp')
-rw-r--r--gui/newgui.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index 8b4cca035a..a8e0759926 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -36,8 +36,6 @@
* - ...
*/
-#define ABS(x) ((x) < 0 ? -(x) : (x))
-
NewGui::NewGui(Scumm *s) : _s(s), _use_alpha_blending(false),
_need_redraw(false),_prepare_for_gui(true),
_pauseDialog(0), _saveLoadDialog(0), _aboutDialog(0), _optionsDialog(0),