Remove unused function declaration.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4276 4a71c877-e1ca-e34f-864e-861f7616d084
master
Roman C 2008-03-23 20:47:57 +00:00
parent a6be081b1f
commit 215359543f
1 changed files with 0 additions and 1 deletions

View File

@ -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 */