aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-20 13:25:37 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitd97a8905cc18ccf9d036f7708d8e2cf8dfba6067 (patch)
tree335e7a51be994e20af51d92413b7e56c968cbb69 /engines/dm/dm.h
parentca267da97c14268f8c650d7dac727182062129d0 (diff)
downloadscummvm-rg350-d97a8905cc18ccf9d036f7708d8e2cf8dfba6067.tar.gz
scummvm-rg350-d97a8905cc18ccf9d036f7708d8e2cf8dfba6067.tar.bz2
scummvm-rg350-d97a8905cc18ccf9d036f7708d8e2cf8dfba6067.zip
DM: Remove some warnings
Diffstat (limited to 'engines/dm/dm.h')
-rw-r--r--engines/dm/dm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/dm/dm.h b/engines/dm/dm.h
index edc54c17b3..20b7bf8f29 100644
--- a/engines/dm/dm.h
+++ b/engines/dm/dm.h
@@ -166,14 +166,6 @@ enum Cell {
#define k255_mapIndexEntrance 255 // @ C255_MAP_INDEX_ENTRANCE
-enum {
- // engine debug channels
- kDMDebugExample = 1 << 0,
- kDMDebugUselessCode = 1 << 1,
- kDMDebugOftenCalledWarning = 2 << 2
-};
-
-
//TODO: Directly use CLIP
template<typename T>