Whitespace cleanup

This commit is contained in:
Sam Lantinga 2012-11-04 20:20:53 -08:00
parent 6fa22fc9db
commit 2228e50b28
2 changed files with 0 additions and 2 deletions

View file

@ -246,7 +246,6 @@ extern "C" void Java_org_libsdl_app_SDLInputConnection_nativeSetComposingText(
/*******************************************************************************
Functions called by SDL into Java
*******************************************************************************/

View file

@ -305,7 +305,6 @@ Android_ShowScreenKeyboard(_THIS, SDL_Window * window)
int
Android_HideScreenKeyboard(_THIS, SDL_Window * window)
{
return Android_Window ? Android_JNI_SendMessage(COMMAND_KEYBOARD_SHOW, 0) : -1;
}