소스 검색

Removed unused variable

Sam Lantinga 1 년 전
부모
커밋
ed5993d1cb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      test/testwm.c

+ 0 - 1
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 */