diff options
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 9843dfd1fcd..17a9bc39fb2 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -662,7 +662,7 @@ struct glyph_matrix | |||
| 662 | line. */ | 662 | line. */ |
| 663 | unsigned header_line_p : 1; | 663 | unsigned header_line_p : 1; |
| 664 | 664 | ||
| 665 | #ifdef GLYPH_DEBUG | 665 | #if GLYPH_DEBUG |
| 666 | /* A string identifying the method used to display the matrix. */ | 666 | /* A string identifying the method used to display the matrix. */ |
| 667 | char method[512]; | 667 | char method[512]; |
| 668 | #endif | 668 | #endif |
| @@ -2953,8 +2953,6 @@ extern int bidi_mirror_char (int); | |||
| 2953 | struct glyph_row *row_containing_pos (struct window *, EMACS_INT, | 2953 | struct glyph_row *row_containing_pos (struct window *, EMACS_INT, |
| 2954 | struct glyph_row *, | 2954 | struct glyph_row *, |
| 2955 | struct glyph_row *, int); | 2955 | struct glyph_row *, int); |
| 2956 | EMACS_INT string_buffer_position (struct window *, Lisp_Object, | ||
| 2957 | EMACS_INT); | ||
| 2958 | int line_bottom_y (struct it *); | 2956 | int line_bottom_y (struct it *); |
| 2959 | int display_prop_intangible_p (Lisp_Object); | 2957 | int display_prop_intangible_p (Lisp_Object); |
| 2960 | void resize_echo_area_exactly (void); | 2958 | void resize_echo_area_exactly (void); |