renderborder: Remove unused function

This commit is contained in:
Timm Bäder 2018-08-20 07:32:07 +02:00
parent bf222a9292
commit f21abba82f
2 changed files with 0 additions and 7 deletions

View File

@ -725,12 +725,6 @@ gtk_css_style_snapshot_border (GtkCssStyle *style,
}
}
gboolean
gtk_css_style_render_has_outline (GtkCssStyle *style)
{
return _gtk_css_number_value_get (gtk_css_style_get_value (style, GTK_CSS_PROPERTY_OUTLINE_WIDTH), 100) > 0;
}
static void
compute_outline_rect (GtkCssStyle *style,
gdouble x,

View File

@ -34,7 +34,6 @@ void gtk_css_style_snapshot_border (GtkCssStyle
gdouble width,
gdouble height);
gboolean gtk_css_style_render_has_outline (GtkCssStyle *style);
void gtk_css_style_snapshot_outline (GtkCssStyle *style,
GtkSnapshot *snapshot,
gdouble width,