diff options
Diffstat (limited to 'src/disptab.h')
-rw-r--r-- | src/disptab.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/disptab.h b/src/disptab.h index 14e406a7425..f013e7e428c 100644 --- a/src/disptab.h +++ b/src/disptab.h @@ -49,16 +49,9 @@ extern struct Lisp_Char_Table *window_display_table (struct window *); /* Defined in indent.c. */ extern struct Lisp_Char_Table *buffer_display_table (void); -/* Display table to use for vectors that don't specify their own. */ -extern Lisp_Object Vstandard_display_table; - /* This is the `purpose' slot of a display table. */ extern Lisp_Object Qdisplay_table; -/* Vector of GLYPH definitions. Indexed by GLYPH number, - the contents are a string which is how to output the GLYPH. */ -extern Lisp_Object Vglyph_table; - /* Return the current length of the GLYPH table, or 0 if the table isn't currently valid. */ #define GLYPH_TABLE_LENGTH \ |