changeset 109583:09fcb3817c1e

* xfns.c (x_set_tool_bar_position): Remove debug fprintf.
author Jan D <jan.h.d@swipnet.se>
date Thu, 29 Jul 2010 20:08:51 +0200
parents 9c41ffa303a2
children 63e95c4f28f0
files src/ChangeLog src/xfns.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jul 29 19:10:41 2010 +0200
+++ b/src/ChangeLog	Thu Jul 29 20:08:51 2010 +0200
@@ -1,5 +1,7 @@
 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
 
+	* 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.
--- a/src/xfns.c	Thu Jul 29 19:10:41 2010 +0200
+++ b/src/xfns.c	Thu Jul 29 20:08:51 2010 +0200
@@ -726,7 +726,6 @@
   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