diff options
| author | Jan Djärv | 2009-07-02 10:29:54 +0000 |
|---|---|---|
| committer | Jan Djärv | 2009-07-02 10:29:54 +0000 |
| commit | 5015be1de66c75e1731b816b6a86fdecf806a13b (patch) | |
| tree | 978e47709596dd2853354ee5844be035c0aa417a /src | |
| parent | 835bdaa704ce1f388d3dab45006b3dc06e0ef199 (diff) | |
| download | emacs-5015be1de66c75e1731b816b6a86fdecf806a13b.tar.gz emacs-5015be1de66c75e1731b816b6a86fdecf806a13b.zip | |
Remove debug code.
Diffstat (limited to 'src')
| -rw-r--r-- | src/gtkutil.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) | |||
| 636 | FRAME_PTR f; | 636 | FRAME_PTR f; |
| 637 | int pixelwidth, pixelheight; | 637 | int pixelwidth, pixelheight; |
| 638 | { | 638 | { |
| 639 | fprintf(stderr, "%s: %d/%d\n", __func__, pixelwidth, pixelheight); | ||
| 640 | int rows = FRAME_PIXEL_HEIGHT_TO_TEXT_LINES (f, pixelheight); | 639 | int rows = FRAME_PIXEL_HEIGHT_TO_TEXT_LINES (f, pixelheight); |
| 641 | int columns = FRAME_PIXEL_WIDTH_TO_TEXT_COLS (f, pixelwidth); | 640 | int columns = FRAME_PIXEL_WIDTH_TO_TEXT_COLS (f, pixelwidth); |
| 642 | 641 | ||