forked from AuroraMiddleware/gtk
renderborder: Remove unused function
This commit is contained in:
parent
bf222a9292
commit
f21abba82f
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user