Bookmark fix.

This commit is contained in:
Dmitry Yunitsky 2014-10-23 16:39:31 +03:00 committed by Alex Zolotarev
parent 49454ce372
commit c13d5bc9b7

View file

@ -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)
{