aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/menu.c b/src/menu.c
index 3b1d7402571..e441d22ea04 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -1286,10 +1286,6 @@ x_popup_menu_1 (Lisp_Object position, Lisp_Object menu)
1286 prompt = Fkeymap_prompt (keymap); 1286 prompt = Fkeymap_prompt (keymap);
1287 if (!NILP (prompt)) 1287 if (!NILP (prompt))
1288 title = prompt; 1288 title = prompt;
1289#ifdef HAVE_NS /* Is that needed and NS-specific? --Stef */
1290 else
1291 title = build_string ("Select");
1292#endif
1293 1289
1294 /* Make that be the pane title of the first pane. */ 1290 /* Make that be the pane title of the first pane. */
1295 if (!NILP (prompt) && menu_items_n_panes >= 0) 1291 if (!NILP (prompt) && menu_items_n_panes >= 0)