diff --git a/map/framework.cpp b/map/framework.cpp index 88c0ed168f..55185932ff 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -2448,9 +2448,6 @@ void Framework::ActivateMapSelection(std::optional const & inf m_onPlacePageOpen(); else LOG(LWARNING, ("m_onPlacePageOpen has not been set up.")); - - if (info->GetSelectedObject() == df::SelectionShape::OBJECT_GUIDE) - m_guidesManager.OnGuideSelected(); } void Framework::DeactivateMapSelection(bool notifyUI)