X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fdebug.h;h=6085003458303ee2153dfc81bc4c323758cc8ee7;hb=c46074c1fc66612c5ea0bfa1f4441491e296703d;hp=2862cc2c813879741b8d05f24e025d5997c914d5;hpb=8e89e1d3c7894ff40d3871f3a1ff72327b7de6bb;p=physics.git 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