forked from organicmaps/organicmaps
[android] Removed duplicate unused code
This commit is contained in:
parent
2946ae9f5e
commit
c6ac90b417
1 changed files with 0 additions and 8 deletions
|
@ -181,14 +181,6 @@ extern "C"
|
|||
}
|
||||
}
|
||||
|
||||
JNIEXPORT jstring JNICALL
|
||||
Java_com_mapswithme_maps_MWMActivity_nativeProVersionUrl(JNIEnv * env, jobject thiz)
|
||||
{
|
||||
string res;
|
||||
Settings::Get(SETTINGS_PRO_VERSION_URL_KEY, res);
|
||||
return jni::ToJavaString(env, res);
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
Java_com_mapswithme_maps_MWMActivity_nativeStorageConnected(JNIEnv * env, jobject thiz)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue