Remove unintentional symbol export

Just a forgotten static.
This commit is contained in:
Matthias Clasen 2012-08-29 18:16:34 -04:00
parent 3d591ef112
commit df40ba521b

View File

@ -40,7 +40,7 @@ gtk_css_value_bg_size_free (GtkCssValue *value)
g_slice_free (GtkCssValue, value);
}
GtkCssValue *
static GtkCssValue *
gtk_css_value_bg_size_compute (GtkCssValue *value,
guint property_id,
GtkStyleContext *context,