Whitespace cleanup

This commit is contained in:
Sam Lantinga
2012-11-04 20:20:53 -08:00
parent 4a2bb79adf
commit 8839386cd3
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;
}