X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fbool.qh;h=dc50c771f164470a2a1e9d81d63c838c549abd2e;hb=17b2adabf26ae062a323bb0d2016bf2eea6aea14;hp=9889f778a442dc381375f96f6ca359c198aa7e09;hpb=f41d9f31538bef0259d2b2c74536bb977901f99d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/bool.qh b/qcsrc/lib/bool.qh index 9889f778a..dc50c771f 100644 --- a/qcsrc/lib/bool.qh +++ b/qcsrc/lib/bool.qh @@ -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