summaryrefslogtreecommitdiff
path: root/src/console_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_internal.h')
-rw-r--r--src/console_internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/console_internal.h b/src/console_internal.h
index 72e8ab57e..f36ee3950 100644
--- a/src/console_internal.h
+++ b/src/console_internal.h
@@ -110,7 +110,6 @@ extern IConsoleAlias *_iconsole_aliases; ///< list of registred aliases
/* console functions */
void IConsoleClearBuffer();
-void IConsoleOpen();
/* Commands */
void IConsoleCmdRegister(const char *name, IConsoleCmdProc *proc);
@@ -123,10 +122,6 @@ void IConsoleVarRegister(const char *name, void *addr, IConsoleVarTypes type, co
void IConsoleVarStringRegister(const char *name, void *addr, uint32 size, const char *help);
IConsoleVar *IConsoleVarGet(const char *name);
void IConsoleVarPrintGetValue(const IConsoleVar *var);
-void IConsoleVarPrintSetValue(const IConsoleVar *var);
-
-/* Parser */
-void IConsoleVarExec(const IConsoleVar *var, byte tokencount, char *token[]);
/* console std lib (register ingame commands/aliases/variables) */
void IConsoleStdLibRegister();