Browse Source

directfb: Fixed quitting keyboard twice.

SDL_VideoQuit() already calls SDL_KeyboardQuit().
Philipp Wiesemann 7 years ago
parent
commit
fa73685df8
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/video/directfb/SDL_DirectFB_events.c

+ 0 - 3
src/video/directfb/SDL_DirectFB_events.c

@@ -743,9 +743,6 @@ void
 DirectFB_QuitKeyboard(_THIS)
 {
     /* SDL_DFB_DEVICEDATA(_this); */
-
-    SDL_KeyboardQuit();
-
 }
 
 #endif /* SDL_VIDEO_DRIVER_DIRECTFB */