mirror of https://github.com/libsdl-org/SDL.git
Removed unused variable
This commit is contained in:
parent
44f66b5c8b
commit
ed5993d1cb
|
|
@ -47,7 +47,6 @@ SDL_COMPILE_TIME_ASSERT(cursorNames, SDL_arraysize(cursorNames) == SDL_NUM_SYSTE
|
|||
|
||||
static int system_cursor = -1;
|
||||
static SDL_Cursor *cursor = NULL;
|
||||
static SDL_bool relative_mode = SDL_FALSE;
|
||||
static const SDL_DisplayMode *highlighted_mode = NULL;
|
||||
|
||||
/* Draws the modes menu, and stores the mode index under the mouse in highlighted_mode */
|
||||
|
|
|
|||
Loading…
Reference in New Issue