diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/font.c b/src/font.c index 295be75199a..8988b2193bd 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -2848,12 +2848,6 @@ font_open_entity (f, entity, pixel_size) | |||
| 2848 | return Qnil; | 2848 | return Qnil; |
| 2849 | 2849 | ||
| 2850 | font_object = driver_list->driver->open (f, entity, pixel_size); | 2850 | font_object = driver_list->driver->open (f, entity, pixel_size); |
| 2851 | if (STRINGP (AREF (font_object, FONT_FULLNAME_INDEX)) | ||
| 2852 | && STRINGP (Vvertical_centering_font_regexp)) | ||
| 2853 | XFONT_OBJECT (font_object)->vertical_centering | ||
| 2854 | = (fast_string_match_ignore_case | ||
| 2855 | (Vvertical_centering_font_regexp, | ||
| 2856 | (AREF (font_object, FONT_FULLNAME_INDEX))) >= 0); | ||
| 2857 | font_add_log ("open", entity, font_object); | 2851 | font_add_log ("open", entity, font_object); |
| 2858 | if (NILP (font_object)) | 2852 | if (NILP (font_object)) |
| 2859 | return Qnil; | 2853 | return Qnil; |