qt: Remove fullscreen status icons

This commit is contained in:
Alexander Babikov
2024-02-13 21:13:25 +05:00
parent 5acec5dfa4
commit 224daa92d0
12 changed files with 1 additions and 104 deletions

View File

@@ -63,7 +63,6 @@ extern wchar_t sdl_win_title[512];
plat_joystick_t plat_joystick_state[MAX_PLAT_JOYSTICKS];
joystick_t joystick_state[MAX_JOYSTICKS];
int joysticks_present;
int status_icons_fullscreen = 0; /* unused. */
SDL_mutex *blitmtx;
SDL_threadID eventthread;
static int exit_event = 0;