Remove debug code.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 2 Jul 2009 10:29:54 +0000 (10:29 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 2 Jul 2009 10:29:54 +0000 (10:29 +0000)
src/gtkutil.c

index 2bca0de..2c5d31e 100644 (file)
@@ -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);