mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-18 20:18:59 +00:00
Remove unused hardwareKeyboard variable
This commit is contained in:
parent
f64e9a52dc
commit
72895a6994
1 changed files with 0 additions and 2 deletions
|
|
@ -80,7 +80,6 @@ static void SDLCALL SDL_HideHomeIndicatorHintChanged(void *userdata, const char
|
|||
|
||||
#ifdef SDL_IPHONE_KEYBOARD
|
||||
SDLUITextField *textField;
|
||||
BOOL hardwareKeyboard;
|
||||
BOOL showingKeyboard;
|
||||
BOOL hidingKeyboard;
|
||||
BOOL rotatingOrientation;
|
||||
|
|
@ -98,7 +97,6 @@ static void SDLCALL SDL_HideHomeIndicatorHintChanged(void *userdata, const char
|
|||
|
||||
#ifdef SDL_IPHONE_KEYBOARD
|
||||
[self initKeyboard];
|
||||
hardwareKeyboard = NO;
|
||||
showingKeyboard = NO;
|
||||
hidingKeyboard = NO;
|
||||
rotatingOrientation = NO;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue