Skip to content

Commit

Permalink
Fixed compiler warning about redundant declaration.
Browse files Browse the repository at this point in the history
SDL_RecordGesture() is already in the gesture header with additional specifiers.
  • Loading branch information
philippwiesemann committed Jul 9, 2017
1 parent 10764b2 commit 44246cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/events/SDL_gesture_c.h
Expand Up @@ -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: */

0 comments on commit 44246cd

Please sign in to comment.