directfb: Fixed quitting keyboard twice.
SDL_VideoQuit() already calls SDL_KeyboardQuit().
This commit is contained in:
parent
754286bf0b
commit
33c14a6441
1 changed files with 0 additions and 3 deletions
|
@ -743,9 +743,6 @@ void
|
||||||
DirectFB_QuitKeyboard(_THIS)
|
DirectFB_QuitKeyboard(_THIS)
|
||||||
{
|
{
|
||||||
/* SDL_DFB_DEVICEDATA(_this); */
|
/* SDL_DFB_DEVICEDATA(_this); */
|
||||||
|
|
||||||
SDL_KeyboardQuit();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* SDL_VIDEO_DRIVER_DIRECTFB */
|
#endif /* SDL_VIDEO_DRIVER_DIRECTFB */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue