aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index af26e291187..b587fcf9e10 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -1464,8 +1464,6 @@ find_and_call_menu_selection (f, menu_bar_items_used, vector, client_data)
1464 prefix = Qnil; 1464 prefix = Qnil;
1465 i = 0; 1465 i = 0;
1466 1466
1467 while (gtk_events_pending ())
1468 gtk_main_iteration ();
1469 while (i < menu_bar_items_used) 1467 while (i < menu_bar_items_used)
1470 { 1468 {
1471 if (EQ (XVECTOR (vector)->contents[i], Qnil)) 1469 if (EQ (XVECTOR (vector)->contents[i], Qnil))