diff --git a/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp b/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp index 5512c868..c1aed0a9 100644 --- a/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp +++ b/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp @@ -454,9 +454,6 @@ void RegistrationBook::ReadyWorld() } } - // TODO: Remove this one if the function mismatches again - (void)0; - #ifdef BETA10 InfocenterState* infocenterState = (InfocenterState*) GameState()->GetState("InfocenterState"); assert(infocenterState);