forked from organicmaps/organicmaps
Bookmark fix.
This commit is contained in:
parent
49454ce372
commit
c13d5bc9b7
1 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue