summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/inputmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/inputmap.h')
-rw-r--r--src/frontend/mame/ui/inputmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frontend/mame/ui/inputmap.h b/src/frontend/mame/ui/inputmap.h
index ba48e7dee9f..d63ecbd3d84 100644
--- a/src/frontend/mame/ui/inputmap.h
+++ b/src/frontend/mame/ui/inputmap.h
@@ -72,8 +72,6 @@ private:
virtual void handle() override;
virtual void update_input(struct input_item_data *seqchangeditem) = 0;
-
- static int compare_items(const void *i1, const void *i2);
};
class menu_input_general : public menu_input