reworked ups/fps/paused logic
[physics.git] / src / debug.h
index 2862cc2..6085003 100644 (file)
@@ -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