diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-29 22:04:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-29 22:04:43 +0300 |
commit | 05eecd6ecb0b094584ff6c9cf3c95642cf373a8b (patch) | |
tree | 07394f26ad8345969e896aa8f874ee4652ecb443 /src/debug.h | |
parent | d6c52fbe02be8d81c10bda4c1d8ba80ef5ea5e81 (diff) | |
download | plus-05eecd6ecb0b094584ff6c9cf3c95642cf373a8b.tar.gz plus-05eecd6ecb0b094584ff6c9cf3c95642cf373a8b.tar.bz2 plus-05eecd6ecb0b094584ff6c9cf3c95642cf373a8b.tar.xz plus-05eecd6ecb0b094584ff6c9cf3c95642cf373a8b.zip |
Remove debug code from DEBUG_VIRTFS defines.
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 |