From 1ae48312fe346dc8cd084f60840ff70972d2d384 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 13 May 2014 23:29:45 +0300 Subject: Move CHECKLISTENERS macro from debug.h into localconsts.h. --- src/debug.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/debug.h') 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 -- cgit v1.2.3-70-g09d2