diff options
Diffstat (limited to 'gtk/gtkcssstyle.c')
-rw-r--r-- | gtk/gtkcssstyle.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkcssstyle.c b/gtk/gtkcssstyle.c index 01e7467a10..92a7398988 100644 --- a/gtk/gtkcssstyle.c +++ b/gtk/gtkcssstyle.c @@ -486,7 +486,6 @@ gtk_css_style_get_pango_attributes (GtkCssStyle *style) attrs = add_pango_attr (attrs, pango_attr_letter_spacing_new (letter_spacing * PANGO_SCALE)); } -#if PANGO_VERSION_CHECK(1, 49, 0) /* line-height */ { double height = gtk_css_line_height_value_get (style->font->line_height); @@ -498,7 +497,6 @@ gtk_css_style_get_pango_attributes (GtkCssStyle *style) attrs = add_pango_attr (attrs, pango_attr_line_height_new (height)); } } -#endif /* OpenType features */ |