From 75836c7ed7f9598f969f5f584699a087d99c3039 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Fri, 29 Nov 2019 16:12:15 +0100 Subject: [PATCH] ui/cheatopt.cpp: MT07510 (nw) --- src/frontend/mame/ui/cheatopt.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/frontend/mame/ui/cheatopt.cpp b/src/frontend/mame/ui/cheatopt.cpp index b503aba5206..e6fd1fe9dc0 100644 --- a/src/frontend/mame/ui/cheatopt.cpp +++ b/src/frontend/mame/ui/cheatopt.cpp @@ -121,10 +121,7 @@ void menu_cheat::populate(float &customtop, float &custombottom) std::string text; std::string subtext; - /* add a separator */ - item_append(menu_item_type::SEPARATOR); - - // add other cheats + // add cheats if (!mame_machine_manager::instance()->cheat().entries().empty()) { for (auto &curcheat : mame_machine_manager::instance()->cheat().entries()) {