mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* xfns.c (x_set_tool_bar_position): Remove debug fprintf.
This commit is contained in:
parent
8b2dd50845
commit
2ebf1083e7
2 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue