summaryrefslogtreecommitdiff
path: root/src/xmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index b0d4517c861..23904576edf 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -2486,7 +2486,6 @@ create_and_show_popup_menu (f, first_wv, x, y, for_click)
gtk_widget_show_all (menu);
gtk_menu_popup (GTK_MENU (menu), 0, 0, pos_func, &popup_x_y, i, 0);
- fprintf (stderr, "Unwind: %p\n", menu);
record_unwind_protect (pop_down_menu, make_save_value (menu, 0));
/* Set this to one. popup_widget_loop increases it by one, so it becomes