From fd5057329665b554adc7fc7bd88ef54137fe4832 Mon Sep 17 00:00:00 2001 From: TimePath Date: Wed, 9 Mar 2016 20:53:28 +1100 Subject: [PATCH] Remove TRUE and FALSE --- qcsrc/lib/bool.qh | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.39.2