]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
cmd: Delete stray function prototype that never actually got a definition
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 6 Aug 2020 12:18:41 +0000 (12:18 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 6 Aug 2020 12:18:41 +0000 (12:18 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12885 d7cf8633-e32d-0410-b094-e92efae38249

cmd.h

diff --git a/cmd.h b/cmd.h
index 387b24ffaa3876d1fc0afeaee94cc7cd788554d8..d5394e09c5a3bf3df4ef7c42c37016e986181d2d 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -236,7 +236,6 @@ void Cmd_CompleteAliasPrint (cmd_state_t *cmd, const char *partial);
 int Cmd_Argc (cmd_state_t *cmd);
 const char *Cmd_Argv (cmd_state_t *cmd, int arg);
 const char *Cmd_Args (cmd_state_t *cmd);
-const char *Cmd_Args_After(cmd_state_t *cmd, int arg);
 // The functions that execute commands get their parameters with these
 // functions. Cmd_Argv(cmd, ) will return an empty string, not a NULL
 // if arg > argc, so string operations are always safe.