Skip to content

Commit

Permalink
android: Moved internal function to new position.
Browse files Browse the repository at this point in the history
It was grouped with functions for the public system header.
  • Loading branch information
philippwiesemann committed Jun 3, 2017
1 parent 63b3e06 commit fc436a3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/core/android/SDL_android.c
Expand Up @@ -668,6 +668,11 @@ int Android_JNI_SetupThread(void)
return 1;
}

jclass Android_JNI_GetActivityClass(void)
{
return mActivityClass;
}

/*
* Audio support
*/
Expand Down Expand Up @@ -1867,12 +1872,6 @@ const char * SDL_AndroidGetExternalStoragePath(void)
return s_AndroidExternalFilesPath;
}

jclass Android_JNI_GetActivityClass(void)
{
return mActivityClass;
}

#endif /* __ANDROID__ */

/* vi: set ts=4 sw=4 expandtab: */

0 comments on commit fc436a3

Please sign in to comment.