summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/menu.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-08-08 02:21:37 +1000
committer Vas Crabb <vas@vastheman.com>2017-08-08 04:41:22 +1000
commit42ed4bda50eef658b12d1f4adb73a0df65840553 (patch)
tree1d62cecb9b91e5e1b268d4136a78891437e437c9 /src/frontend/mame/ui/menu.h
parentf758c3abd5afa07360609421d9bf120e49f58cc6 (diff)
make filter names localisable, fix keyboard navigation of software
filter box, encapsulate a couple more things in selmenu and friends, get rid of hacks in selector tying it to implementation details of other menus (nw) this is an intermediate step - I'm going to turn the filters into polymorphic objects that will be more manageable and not require so much copy/pasting when updating APIs
Diffstat (limited to 'src/frontend/mame/ui/menu.h')
-rw-r--r--src/frontend/mame/ui/menu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frontend/mame/ui/menu.h b/src/frontend/mame/ui/menu.h
index 478d62545c9..b4e3cab118a 100644
--- a/src/frontend/mame/ui/menu.h
+++ b/src/frontend/mame/ui/menu.h
@@ -132,8 +132,6 @@ protected:
std::vector<menu_item> item; // array of items
int top_line; // main box top line
- int l_sw_hover;
- int l_hover;
int skip_main_items;
int selected; // which item is selected