]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfns.c (x_set_tool_bar_position): Remove debug fprintf.
authorJan D <jan.h.d@swipnet.se>
Thu, 29 Jul 2010 18:08:51 +0000 (20:08 +0200)
committerJan D <jan.h.d@swipnet.se>
Thu, 29 Jul 2010 18:08:51 +0000 (20:08 +0200)
src/ChangeLog
src/xfns.c

index 1fd18d0abb0b9557adf78ecbc60a5f18cfc742d8..2eb15cc0d137b37c24b7b355e55a62486fcde865 100644 (file)
@@ -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.
index 6b1a78ba74049beb89fb534000a6e78978b1db39..28de53c59986e448ae468bc40c7bfab9f00fbce3 100644 (file)
@@ -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