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-07-27 21:11:17 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:57:51 +0300
commit17c5cb89cde15a3940656cddc2967025abe343f6 (patch)
tree2fdac1dea0aadb3bf431e07108efe6502bc59831 /map/framework.cpp
parent25c3a74209bff1a0ce1e61d5541058b3124db37f (diff)
Removed unused code and useless event tracking.
Diffstat (limited to 'map/framework.cpp')
-rw-r--r--map/framework.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 696155f5ad..a02b4e3fd0 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -3,7 +3,6 @@
#include "benchmark_engine.hpp"
#include "geourl_process.hpp"
#include "navigator_utils.hpp"
-#include "dialog_settings.hpp"
#include "ge0_parser.hpp"
#include "render/cpu_drawer.hpp"
@@ -1022,8 +1021,6 @@ void Framework::EnterBackground()
#ifndef OMIM_OS_ANDROID
ClearAllCaches();
#endif
-
- dlg_settings::EnterBackground(my::Timer::LocalTime() - m_StartForegroundTime);
}
void Framework::EnterForeground()