fixed menusorting for the new menu format

This commit is contained in:
Don Honerbrink 2015-08-03 15:48:31 -05:00
parent 8be7939803
commit 1dc10fc795

View File

@ -88,7 +88,6 @@ bool MenuParser::buildTextMenu(CollectionInfo *collection, bool sort)
collection->menusort = sort;
collection->items.insert(collection->items.begin(), menuItems.begin(), menuItems.end());
collection->sortItems();
return true;
}