From fae75b63fdb72f1bad87d7aa7e0bc2e930d3d2cb Mon Sep 17 00:00:00 2001 From: D G Turner Date: Fri, 25 Mar 2022 09:07:34 +0000 Subject: [PATCH] SAGA2: Remove Now Unused Debug Define Symbols --- engines/saga2/main.cpp | 3 --- engines/saga2/tower.cpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/engines/saga2/main.cpp b/engines/saga2/main.cpp index 453f1bf1a4f..19c763d135e 100644 --- a/engines/saga2/main.cpp +++ b/engines/saga2/main.cpp @@ -55,9 +55,6 @@ namespace Saga2 { Optional Debugging Code * ===================================================================== */ -// enable the following to display event loop processing -#define DEBUG_LOOP 0 - extern char *gameTimeStr; extern bool underground; extern char commandLineHelp[]; diff --git a/engines/saga2/tower.cpp b/engines/saga2/tower.cpp index a94affe67cc..268a3102cf2 100644 --- a/engines/saga2/tower.cpp +++ b/engines/saga2/tower.cpp @@ -30,9 +30,6 @@ namespace Saga2 { -// enable the following to display startup states -#define DEBUG_INIT 0 - /* ===================================================================== * Imports * ===================================================================== */