From 2ebf1083e756db91ade4215ce772e37e6c9cb716 Mon Sep 17 00:00:00 2001 From: Jan D Date: Thu, 29 Jul 2010 20:08:51 +0200 Subject: [PATCH] * xfns.c (x_set_tool_bar_position): Remove debug fprintf. --- src/ChangeLog | 2 ++ src/xfns.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2