aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/gui_br.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2008-08-21 12:11:24 +0000
committerNicola Mettifogo2008-08-21 12:11:24 +0000
commit47b1a06e3b42da767e5d46529e763cd5e710d263 (patch)
treefb4d00d10918ac4b99bc2de5090add98c5cab6c5 /engines/parallaction/gui_br.cpp
parent513f5ae150ad60bd899bae7ecae2435363e1d84d (diff)
downloadscummvm-rg350-47b1a06e3b42da767e5d46529e763cd5e710d263.tar.gz
scummvm-rg350-47b1a06e3b42da767e5d46529e763cd5e710d263.tar.bz2
scummvm-rg350-47b1a06e3b42da767e5d46529e763cd5e710d263.zip
Removed unused code and structures, and a bit of cleanup.
svn-id: r34080
Diffstat (limited to 'engines/parallaction/gui_br.cpp')
-rw-r--r--engines/parallaction/gui_br.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/parallaction/gui_br.cpp b/engines/parallaction/gui_br.cpp
index d2169a9073..064f6f7fa5 100644
--- a/engines/parallaction/gui_br.cpp
+++ b/engines/parallaction/gui_br.cpp
@@ -52,8 +52,6 @@ public:
pal.fadeTo(blackPal, 1);
_vm->_gfx->setPalette(pal);
_fadeSteps--;
- // TODO: properly implement timers to avoid delay calls
- _vm->_system->delayMillis(20);
return this;
}