Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-01-16 22:34:19 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:17 +0300
commit670970b52b63bf744d56e0f7950da0a021affbc5 (patch)
treeed25670b050704f053b6218aa735bd95f1944b7d /android/jni/com/mapswithme/country/CountryTree.cpp
parent732cec0362396277bdadccae0da187b5e4f0f45e (diff)
Completely removed guides.
Diffstat (limited to 'android/jni/com/mapswithme/country/CountryTree.cpp')
-rw-r--r--android/jni/com/mapswithme/country/CountryTree.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/android/jni/com/mapswithme/country/CountryTree.cpp b/android/jni/com/mapswithme/country/CountryTree.cpp
index 4c23e397fc..8e06211390 100644
--- a/android/jni/com/mapswithme/country/CountryTree.cpp
+++ b/android/jni/com/mapswithme/country/CountryTree.cpp
@@ -96,16 +96,6 @@ extern "C"
g_framework->DontLoadState();
}
- JNIEXPORT jobject JNICALL
- Java_com_mapswithme_country_CountryTree_getLeafGuideInfo(JNIEnv * env, jclass clazz, jint position)
- {
- guides::GuideInfo info;
- if (GetTree().GetLeafGuideInfo(position, info))
- return guides::GuideNativeToJava(env, info);
-
- return NULL;
- }
-
JNIEXPORT jlong JNICALL
Java_com_mapswithme_country_CountryTree_getLeafSize(JNIEnv * env, jclass clazz, jint position, jint options, jboolean isLocal)
{