mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-09 01:01:05 +00:00
- removed redundant extern declarations from platform code.
This commit is contained in:
parent
0f0b4b7620
commit
e4485b01f8
2 changed files with 0 additions and 2 deletions
|
@ -56,7 +56,6 @@ CVAR(Bool, use_mouse, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
|
||||||
CVAR(Bool, k_allowfullscreentoggle, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
|
CVAR(Bool, k_allowfullscreentoggle, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
|
||||||
|
|
||||||
extern int paused, chatmodeon;
|
extern int paused, chatmodeon;
|
||||||
extern uint8_t ConsoleState;
|
|
||||||
extern bool ToggleFullscreen;
|
extern bool ToggleFullscreen;
|
||||||
bool GUICapture;
|
bool GUICapture;
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,6 @@ CVAR (Bool, use_mouse, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
||||||
|
|
||||||
|
|
||||||
extern int WaitingForKey, chatmodeon;
|
extern int WaitingForKey, chatmodeon;
|
||||||
extern uint8_t ConsoleState;
|
|
||||||
|
|
||||||
static const SDL_Keycode DIKToKeySym[256] =
|
static const SDL_Keycode DIKToKeySym[256] =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue