소스 검색

Fixed warning about unused variable in controllermap program.

Philipp Wiesemann 8 년 전
부모
커밋
0a3f9d0cfb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      test/controllermap.c

+ 0 - 1
test/controllermap.c

@@ -233,7 +233,6 @@ WatchJoystick(SDL_Joystick * joystick)
     SDL_Rect dst;
     Uint8 alpha=200, alpha_step = -1;
     Uint32 alpha_ticks = 0;
-    Uint32 bound_ticks = 0;
     SDL_JoystickID nJoystickID;
     Uint32 unDeflectedAxes = 0;