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:
authorvng <viktor.govako@gmail.com>2013-02-08 19:16:51 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:49:46 +0300
commitaca14466854d86c2890d1ed4f24bbb84b85b6b63 (patch)
treeff8eb7359e12f8ea979697843d2fed338a64be60 /android/jni/com/mapswithme/platform/Platform.cpp
parenta113092f7b9555ce2efa5960186fabc7cde82382 (diff)
Remove Platform::ScaleEtalonSize and other old stuff.
Diffstat (limited to 'android/jni/com/mapswithme/platform/Platform.cpp')
-rw-r--r--android/jni/com/mapswithme/platform/Platform.cpp28
1 files changed, 0 insertions, 28 deletions
diff --git a/android/jni/com/mapswithme/platform/Platform.cpp b/android/jni/com/mapswithme/platform/Platform.cpp
index 9e3abbcf6a..905febb393 100644
--- a/android/jni/com/mapswithme/platform/Platform.cpp
+++ b/android/jni/com/mapswithme/platform/Platform.cpp
@@ -6,25 +6,6 @@
#include "../../../../../base/logging.hpp"
-// For the future: It's better to use virtual functions instead of this stuff.
-/*
-class Platform::PlatformImpl
-{
-public:
-
- PlatformImpl() : m_preCachingDepth(3)
- {}
-
- size_t m_preCachingDepth;
-};
-*/
-
-int Platform::PreCachingDepth() const
-{
- //return m_impl->m_preCachingDepth;
- return 3;
-}
-
string Platform::UniqueClientId() const
{
string res;
@@ -70,11 +51,6 @@ string Platform::UniqueClientId() const
namespace android
{
- Platform::~Platform()
- {
- //delete m_impl;
- }
-
void Platform::Initialize(JNIEnv * env,
jstring apkPath,
jstring storagePath,
@@ -82,10 +58,6 @@ namespace android
jstring extTmpPath,
bool isPro)
{
- //if (m_impl)
- // delete m_impl;
- //m_impl = new PlatformImpl();
-
m_resourcesDir = jni::ToNativeString(env, apkPath);
// Settings file should always be in one place (default external storage).