Explorar o código

test: Removed unnecessary line added by copy/paste error.

Ryan C. Gordon %!s(int64=2) %!d(string=hai) anos
pai
achega
3fbaf737ef
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/test/SDL_test_common.c

+ 0 - 1
src/test/SDL_test_common.c

@@ -2485,7 +2485,6 @@ void SDLTest_CommonDrawWindowInfo(SDL_Renderer *renderer, SDL_Window *window, in
 
     SDL_SetRenderDrawColor(renderer, 170, 170, 170, 255);
 
-    flags = SDL_GetMouseState(&x, &y);
     (void)SDL_snprintf(text, sizeof(text), "SDL_GetModState: ");
     SDLTest_PrintModState(text, sizeof(text), SDL_GetModState());
     SDLTest_DrawString(renderer, 0, textY, text);