summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-11-29 16:12:15 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-11-29 16:12:15 +0100
commit75836c7ed7f9598f969f5f584699a087d99c3039 (patch)
tree1eb8b13074cac5d21abac3ed54336981100d45b3 /src/frontend
parente3b997b8b445cf78182d8d992330c8e87f82169c (diff)
ui/cheatopt.cpp: MT07510 (nw)
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/mame/ui/cheatopt.cpp5
1 files changed, 1 insertions, 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())
{