summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/debug.h b/src/debug.h
index d803a6d74..9980a2c33 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -86,16 +86,3 @@
#define MPHYSFSRWOPS_openRead(name) PHYSFSRWOPS_openRead(name)
#endif // DEBUG_PHYSFS
-
-
-#ifdef ENABLE_CHECKS
-
-#define CHECKLISTENERS \
- config.checkListeners(this, __FILE__, __LINE__); \
- serverConfig.checkListeners(this, __FILE__, __LINE__);
-
-#else // ENABLE_CHECKS
-
-#define CHECKLISTENERS
-
-#endif // ENABLE_CHECKS