]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/selection.cpp
Disable some debug code that slows down the editor to a crawl (compile fails without...
[xonotic/netradiant.git] / radiant / selection.cpp
index 5013af7ba466d3b66840e10fbcb02cd6b54df667..50da13107151b86a4f6dc7c4711c5105e3aefa9f 100644 (file)
@@ -156,7 +156,7 @@ inline float angle_between( const Vector3& a, const Vector3& b ){
 }
 
 
-#if defined( _DEBUG )
+#if 0
 class test_quat
 {
 public:
@@ -463,7 +463,7 @@ void add_one(){
 }
 };
 
-#if defined( _DEBUG )
+#if 0
 #define DEBUG_SELECTION
 #endif