summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-12-10 17:30:15 +0100
committerGerd Hoffmann <kraxel@redhat.com>2014-03-05 09:52:04 +0100
commit5c07d00f1b33729b23326c57b55e71a9cd9b9310 (patch)
tree630278f9527b864a432924cd6dd04ee611ec4c1d /include
parent70b52f62b8a94c34ccc939f374bcd00c22a8e3c4 (diff)
downloadqemu-5c07d00f1b33729b23326c57b55e71a9cd9b9310.tar.gz
input: remove index_from_keycode (no users)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/ui/console.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/console.h b/include/ui/console.h
index 9a282cb077..3bf69ee2c2 100644
--- a/include/ui/console.h
+++ b/include/ui/console.h
@@ -329,7 +329,6 @@ void curses_display_init(DisplayState *ds, int full_screen);
/* input.c */
int index_from_key(const char *key);
-int index_from_keycode(int code);
/* gtk.c */
void early_gtk_display_init(void);