From 00b1ea43403fbe142221ad441a92484388cfd3d9 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 23 Jan 2002 22:34:08 +0000 Subject: [PATCH] remove obsolete function --- include/QF/console.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/QF/console.h b/include/QF/console.h index 41e3d2451..327f1e9ab 100644 --- a/include/QF/console.h +++ b/include/QF/console.h @@ -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