From 215359543f035df8d7c214c3701f53ba600b9567 Mon Sep 17 00:00:00 2001 From: Roman C Date: Sun, 23 Mar 2008 20:47:57 +0000 Subject: [PATCH] Remove unused function declaration. git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4276 4a71c877-e1ca-e34f-864e-861f7616d084 --- src/console.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/console.h b/src/console.h index e225d12db..ce85f55de 100644 --- a/src/console.h +++ b/src/console.h @@ -95,7 +95,6 @@ extern void permitNewConsoleMessages ( BOOL allow); extern void toggleConsoleDrop( void ); extern void printf_console(const char *pFormat, ...); /// Print to the ingame console in debug mode only extern void console(const char *pFormat, ...); /// Print allways to the ingame console -extern CONSOLE_TEXT_TYPE pickConsolePlayerTextMode(UDWORD player1, UDWORD player2); extern CONSOLE_TEXT_TYPE pickConsolePlayerTextType(UDWORD player1, UDWORD player2); /* Basic wrapper to sprintf - allows convenient printf style game info to be displayed */