From af4b382387dfd314055d5e6d606c5e1a7a290b40 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 9 Nov 2012 08:48:23 -0800 Subject: [PATCH] Already fixed the Android/iOS event initialization --- src/video/SDL_video.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/video/SDL_video.c b/src/video/SDL_video.c index ab097bd08..b6f585118 100644 --- a/src/video/SDL_video.c +++ b/src/video/SDL_video.c @@ -2842,12 +2842,7 @@ SDL_HasScreenKeyboardSupport(void) if (_this && _this->SDL_HasScreenKeyboardSupport) { return _this->SDL_HasScreenKeyboardSupport(_this); } -/* FIXME: The event system queries this before we initialize our video driver */ -#if __IPHONEOS__ || __ANDROID__ - return SDL_TRUE; -#else return SDL_FALSE; -#endif } SDL_bool