diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/debug.h b/src/debug.h index bd7f200a5..a4feb574b 100644 --- a/src/debug.h +++ b/src/debug.h @@ -62,8 +62,3 @@ #define MSDL_DisplayFormat(surface) SDL_DisplayFormat(surface) #endif // ENABLE_SDL_DEBUG - - -#ifdef DEBUG_VIRTFS -#define RWopsOpenRead(name) RWopsOpenRead(name, __FILE__, __LINE__) -#endif // DEBUG_VIRTFS |