X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2Fdebug.h;h=6085003458303ee2153dfc81bc4c323758cc8ee7;hp=2862cc2c813879741b8d05f24e025d5997c914d5;hb=c46074c1fc66612c5ea0bfa1f4441491e296703d;hpb=4a0863f343fa6f68639759494e3c0f0ab8ae2a76 diff --git a/src/debug.h b/src/debug.h index 2862cc2..6085003 100644 --- a/src/debug.h +++ b/src/debug.h @@ -36,11 +36,5 @@ void DASSERT(bool fBreak); // comment out when not debugging #define DEBUGGING -// comment out to suppress warnings -#define WARNINGS - -// comment out to prevent FPS and UPS printing -#define FPSUPS - #endif // DEBUG_H