]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/bool.qh
#includes: cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / bool.qh
index 26169cd199e61328ca0699c3946938a786e7691e..7a719af409ca1aaa49cc602518ab12529341495f 100644 (file)
@@ -2,8 +2,6 @@
 #define BOOL_H
 
 #ifndef QCC_SUPPORT_BOOL
-    #define bool float
-
     // Boolean Constants
     const int true     = 1;
     const int false = 0;