diff --git a/RetroFE/Source/Graphics/Page.cpp b/RetroFE/Source/Graphics/Page.cpp index 375a0b5..1fc1229 100644 --- a/RetroFE/Source/Graphics/Page.cpp +++ b/RetroFE/Source/Graphics/Page.cpp @@ -523,10 +523,7 @@ bool Page::popCollection() playlist_ = info->playlist; playlistChange(); - // Remove references to the collection we're about to delete and pop the menu menuDepth_--; - activeMenu_->collectionName = ""; - activeMenu_->setItems(NULL); activeMenu_ = menus_[menuDepth_ - 1]; for(std::vector::iterator it = LayerComponents.begin(); it != LayerComponents.end(); ++it)