From 2ebf1083e756db91ade4215ce772e37e6c9cb716 Mon Sep 17 00:00:00 2001 From: Jan D Date: Thu, 29 Jul 2010 20:08:51 +0200 Subject: * xfns.c (x_set_tool_bar_position): Remove debug fprintf. --- src/xfns.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/xfns.c') 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 -- cgit v1.2.1