summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/menu.h
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2016-06-30 17:53:16 -0400
committer Nathan Woods <npwoods@mess.org>2016-06-30 17:53:16 -0400
commit270336bf19502f7964a281323defd1c35a05a1b2 (patch)
treeeae01bf689ffe9c24676c735b6b948133dd64794 /src/frontend/mame/ui/menu.h
parent1f0dc8903f8b865107af2e74758b0ad042c2a8b5 (diff)
Cleanups to the software list menu
Diffstat (limited to 'src/frontend/mame/ui/menu.h')
-rw-r--r--src/frontend/mame/ui/menu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/frontend/mame/ui/menu.h b/src/frontend/mame/ui/menu.h
index 9e10c6badd7..032a5f699ee 100644
--- a/src/frontend/mame/ui/menu.h
+++ b/src/frontend/mame/ui/menu.h
@@ -74,9 +74,6 @@ public:
// allocate temporary memory from the menu's memory pool
void *m_pool_alloc(size_t size);
- // make a temporary string copy in the menu's memory pool
- const char *pool_strdup(const char *string);
-
// retrieves the index of the currently selected menu item
void *get_selection();