diff options
Diffstat (limited to 'src/common.cpp')
-rw-r--r-- | src/common.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp index 182b5b8..8dcbd11 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -31,4 +31,3 @@ void DEBUG_prints(const char* file, int line, const char *s,...){ vprintf(s,args); va_end(args); } - |