summaryrefslogtreecommitdiff
path: root/src/qcommon/qcommon.h
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-06-08 14:41:57 +0200
committer/dev/humancontroller <devhc@example.com>2017-03-09 13:51:08 +0100
commit6da44ba3d5497a30c1f5b13af38bc9fe991d06d2 (patch)
tree0fdcea3484c7317a03bb895b6d196b06986669f2 /src/qcommon/qcommon.h
parentcf75fd58b8bccaddbffa0bb791ea3287515dfee5 (diff)
remove the crappy "argument sanitization" workaround
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r--src/qcommon/qcommon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h
index 567abe5f..b494773b 100644
--- a/src/qcommon/qcommon.h
+++ b/src/qcommon/qcommon.h
@@ -437,7 +437,6 @@ char *Cmd_ArgsFrom( int arg );
void Cmd_ArgsBuffer( char *buffer, int bufferLength );
void Cmd_LiteralArgsBuffer( char *buffer, int bufferLength );
char *Cmd_Cmd (void);
-void Cmd_Args_Sanitize( void );
// The functions that execute commands get their parameters with these
// functions. Cmd_Argv () will return an empty string, not a NULL
// if arg > argc, so string operations are allways safe.