mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
remove obsolete function
This commit is contained in:
parent
16cc0c22c9
commit
00b1ea4340
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ void Con_ToggleConsole_f (void);
|
|||
// or to list possible matches grouped by type
|
||||
// (i.e. will display possible variables, aliases, commands
|
||||
// that match what they've typed so far)
|
||||
void Con_CompleteCommandLine(void);
|
||||
void Con_BasicCompleteCommandLine (inputline_t *il);
|
||||
|
||||
// Generic libs/util/console.c function to display a list
|
||||
|
|
Loading…
Reference in a new issue