X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=cmd.h;h=cba96ef2d3aa8b5cb4c9d31f7b6b6c24359bfc39;hp=9ef9a9aba8e5fc81cbc772e647d622c85f912a83;hb=449895baf29da51030a04b4577d8d714d98e1c87;hpb=acdd55a695050845def0dce89ea84b06cb990b0a diff --git a/cmd.h b/cmd.h index 9ef9a9ab..cba96ef2 100644 --- a/cmd.h +++ b/cmd.h @@ -226,8 +226,6 @@ void Cmd_AddCommand(int flags, const char *cmd_name, xcommand_t function, const // register commands and functions to call for them. // The cmd_name is referenced later, so it should not be in temp memory -cmd_function_t *Cmd_GetCommand(cmd_state_t *cmd, const char *partial, size_t len, qbool casesensitive); - /// used by the cvar code to check for cvar / command name overlap qbool Cmd_Exists (cmd_state_t *cmd, const char *cmd_name);