diff options
| author | Gerd Moellmann | 2001-10-30 16:58:41 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-30 16:58:41 +0000 |
| commit | 573e57f134346bb87ec00972207865a3d4649b01 (patch) | |
| tree | 44634088c048d61f173b823ae30adbc06e4d5b8b | |
| parent | 6bb958822d87d69ed25a9db62ee0d9506f8622ad (diff) | |
| download | emacs-573e57f134346bb87ec00972207865a3d4649b01.tar.gz emacs-573e57f134346bb87ec00972207865a3d4649b01.zip | |
(clear_garbaged_frames): Remove debug code.
| -rw-r--r-- | src/xdisp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 2278c05c60c..46c96ee37cb 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -6975,10 +6975,7 @@ clear_garbaged_frames () | |||
| 6975 | if (FRAME_VISIBLE_P (f) && FRAME_GARBAGED_P (f)) | 6975 | if (FRAME_VISIBLE_P (f) && FRAME_GARBAGED_P (f)) |
| 6976 | { | 6976 | { |
| 6977 | if (f->resized_p) | 6977 | if (f->resized_p) |
| 6978 | { | 6978 | Fredraw_frame (frame); |
| 6979 | Fredraw_frame (frame); | ||
| 6980 | fprintf (stderr, "redraw frame\n"); | ||
| 6981 | } | ||
| 6982 | clear_current_matrices (f); | 6979 | clear_current_matrices (f); |
| 6983 | f->garbaged = 0; | 6980 | f->garbaged = 0; |
| 6984 | f->resized_p = 0; | 6981 | f->resized_p = 0; |