[gtk+] cssstyleproperty: remove unused variable



commit 17a3325b2db9a9e184e22224db4030bb952887da
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Dec 13 21:54:50 2012 -0500

    cssstyleproperty: remove unused variable

 gtk/gtkcssstyleproperty.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcssstyleproperty.c b/gtk/gtkcssstyleproperty.c
index 410ce4e..0b74915 100644
--- a/gtk/gtkcssstyleproperty.c
+++ b/gtk/gtkcssstyleproperty.c
@@ -349,8 +349,6 @@ _gtk_css_style_property_init (GtkCssStyleProperty *property)
 guint
 _gtk_css_style_property_get_n_properties (void)
 {
-  GtkCssStylePropertyClass *klass;
-
   if (G_UNLIKELY (gtk_css_style_property_class == NULL))
     {
       _gtk_style_property_init_properties ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]