Fixed bad commit (branching strategy needs to be implemented)

This commit is contained in:
Don Honerbrink 2015-03-08 23:27:41 -05:00
parent bb705af81b
commit 1863ff522b

View File

@ -443,9 +443,6 @@ RetroFE::RETROFE_STATE RetroFE::ProcessUserInput(Page *page)
{
Config.SetCurrentCollection(NextPageItem->GetName());
CollectionInfo *info = GetCollection(NextPageItem->GetName());
MenuParser mp;
mp.GetMenuItems(info);
CurrentPage->PushCollection(info);
MenuParser mp;
mp.GetMenuItems(info);