remove obsolete function

This commit is contained in:
Bill Currie 2002-01-23 22:34:08 +00:00
parent 16cc0c22c9
commit 00b1ea4340
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ void Con_ToggleConsole_f (void);
// or to list possible matches grouped by type // or to list possible matches grouped by type
// (i.e. will display possible variables, aliases, commands // (i.e. will display possible variables, aliases, commands
// that match what they've typed so far) // that match what they've typed so far)
void Con_CompleteCommandLine(void);
void Con_BasicCompleteCommandLine (inputline_t *il); void Con_BasicCompleteCommandLine (inputline_t *il);
// Generic libs/util/console.c function to display a list // Generic libs/util/console.c function to display a list