diff options
author | uruk | 2014-07-25 20:30:12 +0200 |
---|---|---|
committer | uruk | 2014-07-25 20:30:12 +0200 |
commit | 9524f1d128df9588d0934ab3afa64f22d0df4fd0 (patch) | |
tree | c9ea7d10a62d5d02ec4ff724c094b2da62d5777e | |
parent | 98c6bfa0f573861517466fe06220a3730d314f40 (diff) | |
download | scummvm-rg350-9524f1d128df9588d0934ab3afa64f22d0df4fd0.tar.gz scummvm-rg350-9524f1d128df9588d0934ab3afa64f22d0df4fd0.tar.bz2 scummvm-rg350-9524f1d128df9588d0934ab3afa64f22d0df4fd0.zip |
CGE2: Remove useless TODO comment.
-rw-r--r-- | engines/cge2/toolbar.cpp | 1 |
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 |