X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=common.h;fp=common.h;h=069f67754eac4c2ab9e98fff23e6bc0f0fc3b137;hp=be0910e33a23c728bbbac89f3c721a4cf0d89f31;hb=1aa8a0df26ef582dee4ffe3aa2f17f1f1a42b3c9;hpb=9ffdd66ad5f2c29a2125bbd458a700625f178065 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