diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hdb/hdb.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp index c982a8de28..b395835270 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -69,9 +69,6 @@ HDBGame::HDBGame(OSystem *syst, const ADGameDescription *gameDesc) : Engine(syst _monkeystone7 = STARS_MONKEYSTONE_7_FAKE; _monkeystone14 = STARS_MONKEYSTONE_14_FAKE; _monkeystone21 = STARS_MONKEYSTONE_21_FAKE; - - DebugMan.addDebugChannel(kDebugExample1, "Example1", "This is just an example to test"); - DebugMan.addDebugChannel(kDebugExample2, "Example2", "This is also an example"); } HDBGame::~HDBGame() { |