Skip to content

Commit

Permalink
directfb: Fixed quitting keyboard twice.
Browse files Browse the repository at this point in the history
SDL_VideoQuit() already calls SDL_KeyboardQuit().
  • Loading branch information
philippwiesemann committed Jun 16, 2017
1 parent a4db3db commit fa73685
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/video/directfb/SDL_DirectFB_events.c
Expand Up @@ -743,9 +743,6 @@ void
DirectFB_QuitKeyboard(_THIS)
{
/* SDL_DFB_DEVICEDATA(_this); */

SDL_KeyboardQuit();

}

#endif /* SDL_VIDEO_DRIVER_DIRECTFB */

0 comments on commit fa73685

Please sign in to comment.