summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/selmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/selmenu.h')
-rw-r--r--src/frontend/mame/ui/selmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/selmenu.h b/src/frontend/mame/ui/selmenu.h
index 01d98aa8be0..e3d532e9cc3 100644
--- a/src/frontend/mame/ui/selmenu.h
+++ b/src/frontend/mame/ui/selmenu.h
@@ -123,7 +123,6 @@ protected:
virtual void custom_render(void *selectedref, float top, float bottom, float x, float y, float x2, float y2) override;
// handlers
- void inkey_navigation();
virtual void inkey_export() = 0;
void inkey_dats();
@@ -250,6 +249,7 @@ private:
}
}
}
+ void rotate_focus(int dir);
void draw_toolbar(float x1, float y1, float x2, float y2);
void draw_star(float x0, float y0);