diff options
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index 84f99c090c8..e26777543fb 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -5348,7 +5348,6 @@ x_new_font (struct frame *f, Lisp_Object font_object, int fontset) | |||
| 5348 | FRAME_FONT (f) = font; | 5348 | FRAME_FONT (f) = font; |
| 5349 | FRAME_BASELINE_OFFSET (f) = font->baseline_offset; | 5349 | FRAME_BASELINE_OFFSET (f) = font->baseline_offset; |
| 5350 | FRAME_COLUMN_WIDTH (f) = font->average_width; | 5350 | FRAME_COLUMN_WIDTH (f) = font->average_width; |
| 5351 | FRAME_SPACE_WIDTH (f) = font->space_width; | ||
| 5352 | FRAME_LINE_HEIGHT (f) = font->height; | 5351 | FRAME_LINE_HEIGHT (f) = font->height; |
| 5353 | 5352 | ||
| 5354 | compute_fringe_widths (f, 1); | 5353 | compute_fringe_widths (f, 1); |