From ed5993d1cba793afc407c31fc7f90cabc763ac4a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 10 Jun 2024 15:01:41 -0700 Subject: [PATCH] Removed unused variable --- test/testwm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/testwm.c b/test/testwm.c index b3a3905e63..4dd9ec1698 100644 --- a/test/testwm.c +++ b/test/testwm.c @@ -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 */