diff options
author | Jan D <jan.h.d@swipnet.se> | 2010-07-29 20:08:51 +0200 |
---|---|---|
committer | Jan D <jan.h.d@swipnet.se> | 2010-07-29 20:08:51 +0200 |
commit | 2ebf1083e756db91ade4215ce772e37e6c9cb716 (patch) | |
tree | 9a7f5c52fac31eb1948be6c2f7f5c253eda78eb8 /src/xfns.c | |
parent | 8b2dd50845433369cf98d98faca41d948b55af22 (diff) | |
download | emacs-2ebf1083e756db91ade4215ce772e37e6c9cb716.tar.gz |
* xfns.c (x_set_tool_bar_position): Remove debug fprintf.
Diffstat (limited to 'src/xfns.c')
-rw-r--r-- | src/xfns.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |