Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 5, 2012
1 parent 359f749 commit fcbad2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/core/android/SDL_android.cpp
Expand Up @@ -246,7 +246,6 @@ extern "C" void Java_org_libsdl_app_SDLInputConnection_nativeSetComposingText(




/*******************************************************************************
Functions called by SDL into Java
*******************************************************************************/
Expand Down
1 change: 0 additions & 1 deletion src/video/android/SDL_androidkeyboard.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit fcbad2e

Please sign in to comment.