Fixed compiler warning about redundant declaration.

SDL_RecordGesture() is already in the gesture header with additional specifiers.
This commit is contained in:
Philipp Wiesemann 2017-07-09 23:00:25 +02:00
parent 10764b209c
commit 44246cdae3
1 changed files with 0 additions and 2 deletions

View File

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