diff options
author | Andrey Nazarov <skuller@skuller.net> | 2012-08-05 19:23:24 +0400 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2012-08-05 19:23:24 +0400 |
commit | 85bfaaba79c518a6833d08733784af4049aa1b95 (patch) | |
tree | a0c3fbb438946379aa2ad66e4afc8331b320f312 /src/client/null.c | |
parent | add23e4a1d6f7131d5bc0c1db3159a92cdb7472f (diff) |
Remove some ‘#if USE_CLIENT’ tests.
Diffstat (limited to 'src/client/null.c')
-rw-r--r-- | src/client/null.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/client/null.c b/src/client/null.c index 2b489bc..43a2fae 100644 --- a/src/client/null.c +++ b/src/client/null.c @@ -23,15 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "common/cvar.h" #include "client/client.h" -qboolean CL_CheatsOK(void) -{ - // developer option - if (Cvar_VariableInteger("cheats")) { - return qtrue; - } - return qfalse; -} - static void Key_Bind_Null_f(void) { } |