Преглед на файлове

Fixed compiler warning about redundant declaration.

SDL_RecordGesture() is already in the gesture header with additional specifiers.
Philipp Wiesemann преди 8 години
родител
ревизия
44246cdae3
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/events/SDL_gesture_c.h

+ 0 - 2
src/events/SDL_gesture_c.h

@@ -27,8 +27,6 @@ extern int SDL_GestureAddTouch(SDL_TouchID touchId);
 
 extern void SDL_GestureProcessEvent(SDL_Event* event);
 
-extern int SDL_RecordGesture(SDL_TouchID touchId);
-
 #endif /* SDL_gesture_c_h_ */
 
 /* vi: set ts=4 sw=4 expandtab: */