Mercurial > sdl-ios-xcode
diff src/events/SDL_keyboard.c @ 1720:a1ebb17f9c52 SDL-1.3
Cleaned up a bunch of warnings, started adding Win32 event support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 30 Jun 2006 05:42:49 +0000 |
parents | 153477a6cc31 |
children | 5daa04d862f1 |
line wrap: on
line diff
--- a/src/events/SDL_keyboard.c Wed Jun 28 08:12:07 2006 +0000 +++ b/src/events/SDL_keyboard.c Fri Jun 30 05:42:49 2006 +0000 @@ -291,8 +291,6 @@ SDL_AddKeyboard(const SDL_Keyboard * keyboard, int index) { SDL_Keyboard **keyboards; - SDL_Cursor *cursor; - int selected_keyboard; /* Add the keyboard to the list of keyboards */ if (index < 0 || index >= SDL_num_keyboards || SDL_keyboards[index]) {