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:
authorDmitry Yunitsky <yunik@mapswithme.com>2014-10-23 17:39:31 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:31:27 +0300
commitc13d5bc9b781ccdffc8eb0f752c940c212699bd8 (patch)
tree6e7560a20d8b1d222ace2a87b66bc43f66e215e0 /map/bookmark.cpp
parent49454ce3721a0c77c124cb5862ca4d01c15c959b (diff)
Bookmark fix.
Diffstat (limited to 'map/bookmark.cpp')
-rw-r--r--map/bookmark.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/map/bookmark.cpp b/map/bookmark.cpp
index c34127a16c..f42292aff2 100644
--- a/map/bookmark.cpp
+++ b/map/bookmark.cpp
@@ -128,13 +128,6 @@ void BookmarkCategory::DeleteBookmark(size_t index)
ASSERT_LESS(index, c.GetUserMarkCount(), ());
UserMark const * markForDelete = c.GetUserMark(index);
- if (m_framework.GetBookmarkManager().IsUserMarkActive(markForDelete))
- {
- PinClickManager & clickManager = m_framework.GetBalloonManager();
- clickManager.RemovePin();
- clickManager.Dismiss();
- }
-
int animIndex = -1;
for (size_t i = 0; i < m_anims.size(); ++i)
{