diff options
Diffstat (limited to 'console.h')
| -rw-r--r-- | console.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/console.h b/console.h index 7934b11894..c702b23721 100644 --- a/console.h +++ b/console.h @@ -399,7 +399,6 @@ static inline int vnc_display_pw_expire(DisplayState *ds, time_t expires) void curses_display_init(DisplayState *ds, int full_screen); /* input.c */ -extern const int key_defs[]; int index_from_key(const char *key); int index_from_keycode(int code); |