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>2015-09-10 14:53:25 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:04:55 +0300
commitd167c19e2b203f94e440dd179f7248f495e978ce (patch)
tree76dd5be55d7cfd85139c474b6880d8f0e120894c /map/framework.cpp
parent6e1be81f7d23035b3e981d57459c929e6e93cf3f (diff)
[search] Viewport search results now can be showed in the table. Need to pass region param.
Diffstat (limited to 'map/framework.cpp')
-rw-r--r--map/framework.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 848a19c4c1..22f1b236f7 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -567,11 +567,6 @@ void Framework::ShowTrack(Track const & track)
ShowRectEx(track.GetLimitRect());
}
-void Framework::ClearBookmarks()
-{
- m_bmManager.ClearItems();
-}
-
namespace
{