Mercurial > emacs
changeset 103688:197ba1273776
Remove debug code.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Thu, 02 Jul 2009 10:29:54 +0000 |
parents | b14ad5a1ef66 |
children | 3666f62113ed |
files | src/gtkutil.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkutil.c Thu Jul 02 08:20:56 2009 +0000 +++ b/src/gtkutil.c Thu Jul 02 10:29:54 2009 +0000 @@ -636,7 +636,6 @@ 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);