diff options
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/term.c b/src/term.c index 48447bce5fd..d48bf7b6eaf 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -130,9 +130,6 @@ enum no_color_bit | |||
| 130 | 130 | ||
| 131 | static int max_frame_cols; | 131 | static int max_frame_cols; |
| 132 | 132 | ||
| 133 | static Lisp_Object Qtty_mode_set_strings; | ||
| 134 | static Lisp_Object Qtty_mode_reset_strings; | ||
| 135 | |||
| 136 | 133 | ||
| 137 | 134 | ||
| 138 | #ifdef HAVE_GPM | 135 | #ifdef HAVE_GPM |
| @@ -2710,12 +2707,6 @@ static const char *menu_help_message, *prev_menu_help_message; | |||
| 2710 | last menu help message. */ | 2707 | last menu help message. */ |
| 2711 | static int menu_help_paneno, menu_help_itemno; | 2708 | static int menu_help_paneno, menu_help_itemno; |
| 2712 | 2709 | ||
| 2713 | static Lisp_Object Qtty_menu_navigation_map, Qtty_menu_exit; | ||
| 2714 | static Lisp_Object Qtty_menu_prev_item, Qtty_menu_next_item; | ||
| 2715 | static Lisp_Object Qtty_menu_next_menu, Qtty_menu_prev_menu; | ||
| 2716 | static Lisp_Object Qtty_menu_select, Qtty_menu_ignore; | ||
| 2717 | static Lisp_Object Qtty_menu_mouse_movement; | ||
| 2718 | |||
| 2719 | typedef struct tty_menu_struct | 2710 | typedef struct tty_menu_struct |
| 2720 | { | 2711 | { |
| 2721 | int count; | 2712 | int count; |