aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cge2/toolbar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/cge2/toolbar.cpp b/engines/cge2/toolbar.cpp
index 01943e2e45..529f0b5125 100644
--- a/engines/cge2/toolbar.cpp
+++ b/engines/cge2/toolbar.cpp
@@ -218,7 +218,6 @@ void CGE2Engine::initToolbar() {
_vol[0]->step(_sfxVolume / kVolumeSwitchRate);
if (_vol[1])
_vol[1]->step(_musicVolume / kVolumeSwitchRate);
- // TODO: Recheck these! ^
}
} // End of namespace CGE2