diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2004-11-14 10:59:31 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2004-11-14 10:59:31 +0000 |
commit | 234abfce9586bb95a4033926522286f3400a04dd (patch) | |
tree | eff3d6ede1d6b25b7f221705f06b457b26607ce9 /src/xmenu.c | |
parent | a130b9017fde7be1abfcab3bd2b74ab0b50bf1a5 (diff) | |
download | emacs-234abfce9586bb95a4033926522286f3400a04dd.tar.gz |
Removed fprintf
Diffstat (limited to 'src/xmenu.c')
-rw-r--r-- | src/xmenu.c | 1 |
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 |