From e272b03feea5b4c870dd4af5be9071c903c6173d Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 5 Jan 2006 12:40:50 +0000 Subject: (svn r3365) Staticise 36 functions --- console.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'console.h') diff --git a/console.h b/console.h index d29e5e341..f0344a748 100644 --- a/console.h +++ b/console.h @@ -123,10 +123,6 @@ void IConsoleSwitch(void); void IConsoleClose(void); void IConsoleOpen(void); -// ** console cmd buffer ** // -void IConsoleHistoryAdd(const char *cmd); -void IConsoleHistoryNavigate(signed char direction); - // ** console output ** // void IConsolePrint(uint16 color_code, const char *string); void CDECL IConsolePrintF(uint16 color_code, const char *s, ...); @@ -150,7 +146,6 @@ void IConsoleVarPrintSetValue(const IConsoleVar *var); // *** Parser *** // void IConsoleCmdExec(const char *cmdstr); void IConsoleVarExec(const IConsoleVar *var, byte tokencount, char *token[]); -void IConsoleAliasExec(const IConsoleAlias *alias, byte tokencount, char *tokens[]); // ** console std lib (register ingame commands/aliases/variables) ** // void IConsoleStdLibRegister(void); -- cgit v1.2.3-54-g00ecf