mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
directfb: Fixed quitting keyboard twice.
SDL_VideoQuit() already calls SDL_KeyboardQuit().
This commit is contained in:
parent
badb73ca32
commit
68f7e898b7
|
|
@ -743,9 +743,6 @@ void
|
|||
DirectFB_QuitKeyboard(_THIS)
|
||||
{
|
||||
/* SDL_DFB_DEVICEDATA(_this); */
|
||||
|
||||
SDL_KeyboardQuit();
|
||||
|
||||
}
|
||||
|
||||
#endif /* SDL_VIDEO_DRIVER_DIRECTFB */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user