- removed redundant extern declarations from platform code.

This commit is contained in:
Christoph Oelckers 2022-07-16 15:12:06 +02:00
parent 0f0b4b7620
commit e4485b01f8
2 changed files with 0 additions and 2 deletions

View file

@ -56,7 +56,6 @@ CVAR(Bool, use_mouse, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
CVAR(Bool, k_allowfullscreentoggle, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
extern int paused, chatmodeon;
extern uint8_t ConsoleState;
extern bool ToggleFullscreen;
bool GUICapture;

View file

@ -57,7 +57,6 @@ CVAR (Bool, use_mouse, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
extern int WaitingForKey, chatmodeon;
extern uint8_t ConsoleState;
static const SDL_Keycode DIKToKeySym[256] =
{