diff options
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) { } |