forked from organicmaps/organicmaps-tmp
[android] Removed old method.
This commit is contained in:
parent
789f2abd8c
commit
9f05fefdb4
1 changed files with 0 additions and 6 deletions
|
@ -29,12 +29,6 @@ extern "C"
|
|||
android::Platform::Instance().ProcessFunctor(functorPointer);
|
||||
}
|
||||
|
||||
JNIEXPORT jboolean JNICALL
|
||||
Java_com_mapswithme_maps_MwmApplication_nativeHasFreeSpace(JNIEnv * env, jclass clazz, jlong size)
|
||||
{
|
||||
return android::Platform::Instance().HasAvailableSpaceForWriting(size);
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
Java_com_mapswithme_maps_MwmApplication_nativeAddLocalization(JNIEnv * env, jclass clazz, jstring name, jstring value)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue