From: Jan D Date: Thu, 29 Jul 2010 18:08:51 +0000 (+0200) Subject: * xfns.c (x_set_tool_bar_position): Remove debug fprintf. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~49^2~98 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ebf1083e756db91ade4215ce772e37e6c9cb716;p=emacs.git * xfns.c (x_set_tool_bar_position): Remove debug fprintf. --- diff --git a/src/ChangeLog b/src/ChangeLog index 1fd18d0abb0..2eb15cc0d13 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-07-29 Jan Djärv + * xfns.c (x_set_tool_bar_position): Remove debug fprintf. + * xterm.h (struct x_output): Add toolbar_top_height, toolbar_bottom_height, toolbar_left_width, toolbar_right_width. Remove toolbar_height. diff --git a/src/xfns.c b/src/xfns.c index 6b1a78ba740..28de53c5998 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -726,7 +726,6 @@ x_set_tool_bar_position (struct frame *f, if (EQ (new_value, old_value)) return; #ifdef USE_GTK - fprintf (stderr, "Pos: %s\n", SDATA (SYMBOL_NAME (new_value))); if (xg_change_toolbar_position (f, new_value)) f->tool_bar_position = new_value; #endif