cssstyleproperty: remove unused variable

This commit is contained in:
Cosimo Cecchi 2012-12-13 21:54:50 -05:00
parent 3782cf77c3
commit 17a3325b2d

View File

@ -349,8 +349,6 @@ _gtk_css_style_property_init (GtkCssStyleProperty *property)
guint guint
_gtk_css_style_property_get_n_properties (void) _gtk_css_style_property_get_n_properties (void)
{ {
GtkCssStylePropertyClass *klass;
if (G_UNLIKELY (gtk_css_style_property_class == NULL)) if (G_UNLIKELY (gtk_css_style_property_class == NULL))
{ {
_gtk_style_property_init_properties (); _gtk_style_property_init_properties ();