aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/frame.h b/src/frame.h
index 5ebfc2f7ec3..e8241fea88f 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -301,9 +301,6 @@ struct frame
301 /* Canonical X unit. Width of default font, in pixels. */ 301 /* Canonical X unit. Width of default font, in pixels. */
302 int column_width; 302 int column_width;
303 303
304 /* Width of space glyph of default font, in pixels. */
305 int space_width;
306
307 /* Canonical Y unit. Height of a line, in pixels. */ 304 /* Canonical Y unit. Height of a line, in pixels. */
308 int line_height; 305 int line_height;
309 306
@@ -1000,11 +997,6 @@ extern Lisp_Object selected_frame;
1000 997
1001#define FRAME_COLUMN_WIDTH(F) ((F)->column_width) 998#define FRAME_COLUMN_WIDTH(F) ((F)->column_width)
1002 999
1003/* Space glyph width of the default font of frame F. */
1004
1005#define FRAME_SPACE_WIDTH(F) ((F)->space_width)
1006
1007
1008/* Pixel width of areas used to display truncation marks, continuation 1000/* Pixel width of areas used to display truncation marks, continuation
1009 marks, overlay arrows. This is 0 for terminal frames. */ 1001 marks, overlay arrows. This is 0 for terminal frames. */
1010 1002