From 5015be1de66c75e1731b816b6a86fdecf806a13b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Thu, 2 Jul 2009 10:29:54 +0000 Subject: [PATCH] Remove debug code. --- src/gtkutil.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gtkutil.c b/src/gtkutil.c index 2bca0deac2c..2c5d31e571a 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -636,7 +636,6 @@ xg_frame_resized (f, pixelwidth, pixelheight) FRAME_PTR f; int pixelwidth, pixelheight; { - fprintf(stderr, "%s: %d/%d\n", __func__, pixelwidth, pixelheight); int rows = FRAME_PIXEL_HEIGHT_TO_TEXT_LINES (f, pixelheight); int columns = FRAME_PIXEL_WIDTH_TO_TEXT_COLS (f, pixelwidth); -- 2.11.4.GIT