aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/zvision/zvision.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/zvision/zvision.h b/engines/zvision/zvision.h
index efd94f1074..bc7f9e32db 100644
--- a/engines/zvision/zvision.h
+++ b/engines/zvision/zvision.h
@@ -52,14 +52,6 @@ class StringManager;
class SaveManager;
class RlfAnimation;
-// our engine debug channels
-enum {
- kZDebugExample = 1 << 0,
- kZDebugExample2 = 1 << 1
- // next new channel must be 1 << 2 (4)
- // the current limitation is 32 debug channels (1 << 31 is the last one)
-};
-
class ZVision : public Engine {
public:
ZVision(OSystem *syst, const ZVisionGameDescription *gameDesc);