1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00

Removed fprintf

This commit is contained in:
Jan Djärv 2004-11-14 10:59:31 +00:00
parent a130b9017f
commit 234abfce95

View file

@ -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