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:
parent
a130b9017f
commit
234abfce95
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue