From 65049228a8d4bcfbcedae75d098256bbbdc92baa Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Thu, 24 May 2018 06:46:16 +1000 Subject: ILLUSIONS: Remove old TODOs (cherry picked from commit bb95440) --- engines/illusions/duckman/duckman_specialcode.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/illusions/duckman') diff --git a/engines/illusions/duckman/duckman_specialcode.cpp b/engines/illusions/duckman/duckman_specialcode.cpp index dd4e68916a..a7f301ff1b 100644 --- a/engines/illusions/duckman/duckman_specialcode.cpp +++ b/engines/illusions/duckman/duckman_specialcode.cpp @@ -66,7 +66,6 @@ typedef Common::Functor1Mem SpecialCodeFuncti #define SPECIAL(id, func) _specialCodeMap[id] = new SpecialCodeFunctionDM(this, &DuckmanSpecialCode::func); void DuckmanSpecialCode::init() { - // TODO SPECIAL(0x00160001, spcStartScreenShaker); SPECIAL(0x00160002, spcSetCursorHandMode); SPECIAL(0x00160003, spcResetChinesePuzzle); -- cgit v1.2.3