aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c9
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
131static int max_frame_cols; 131static int max_frame_cols;
132 132
133static Lisp_Object Qtty_mode_set_strings;
134static 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. */
2711static int menu_help_paneno, menu_help_itemno; 2708static int menu_help_paneno, menu_help_itemno;
2712 2709
2713static Lisp_Object Qtty_menu_navigation_map, Qtty_menu_exit;
2714static Lisp_Object Qtty_menu_prev_item, Qtty_menu_next_item;
2715static Lisp_Object Qtty_menu_next_menu, Qtty_menu_prev_menu;
2716static Lisp_Object Qtty_menu_select, Qtty_menu_ignore;
2717static Lisp_Object Qtty_menu_mouse_movement;
2718
2719typedef struct tty_menu_struct 2710typedef struct tty_menu_struct
2720{ 2711{
2721 int count; 2712 int count;