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 * ===================================================================== */