]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove TRUE and FALSE
authorTimePath <andrew.hardaker1995@gmail.com>
Wed, 9 Mar 2016 09:53:28 +0000 (20:53 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Wed, 9 Mar 2016 09:53:28 +0000 (20:53 +1100)
qcsrc/lib/bool.qh

index 9889f778a442dc381375f96f6ca359c198aa7e09..dc50c771f164470a2a1e9d81d63c838c549abd2e 100644 (file)
@@ -6,10 +6,6 @@
        const int false = 0;
 #endif
 
-// Transitional aliases
-[[deprecated("use true")]][[alias("true")]] const bool TRUE;
-[[deprecated("use false")]][[alias("false")]] const bool FALSE;
-
 #define boolean(value) ((value) != 0)
 
 // get true/false value of a string with multiple different inputs