X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=common.h;h=069f67754eac4c2ab9e98fff23e6bc0f0fc3b137;hp=be0910e33a23c728bbbac89f3c721a4cf0d89f31;hb=cd7fb220b16a73c15ff9dff7a5627bf78478875f;hpb=e0fab1bd78914a12ee88f2a9fcfca9f28a1df0f2 diff --git a/common.h b/common.h index be0910e..069f677 100644 --- a/common.h +++ b/common.h @@ -28,10 +28,4 @@ #define CONDERROR(a) if((a)) {initerror = strdup(SDL_GetError());return 1;} #define NULLERROR(a) CONDERROR((a) == NULL) -#ifndef DEBUG -#define DEBUG 0 -#endif - -#define debug(x) if(DEBUG) { x; } - #endif // VOR_COMMON_H