Remove unused function declaration.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4276 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
a6be081b1f
commit
215359543f
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue