From 16229ad0a9602b97cc55b05929dd18ad614aede5 Mon Sep 17 00:00:00 2001 From: jonschz Date: Sat, 25 Jan 2025 23:20:47 +0100 Subject: [PATCH] Address another review comment --- LEGO1/lego/legoomni/src/worlds/registrationbook.cpp | 3 --- 1 file changed, 3 deletions(-) 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);