[libgd] main-icon-box-child: Remove unused variables



commit 1bd7f34a58f11f4bdebcbe5ca3371b89c6c2c83c
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Feb 17 18:15:55 2017 +0100

    main-icon-box-child: Remove unused variables
    
    Fallout from 2692a485d088afde78ffa8538bca43de29b22b5c
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774914

 libgd/gd-main-icon-box-child.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/libgd/gd-main-icon-box-child.c b/libgd/gd-main-icon-box-child.c
index 84a1958..386c4f9 100644
--- a/libgd/gd-main-icon-box-child.c
+++ b/libgd/gd-main-icon-box-child.c
@@ -289,9 +289,6 @@ static void
 gd_main_icon_box_child_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec)
 {
   GdMainIconBoxChild *self = GD_MAIN_ICON_BOX_CHILD (object);
-  GdMainIconBoxChildPrivate *priv;
-
-  priv = gd_main_icon_box_child_get_instance_private (self);
 
   switch (property_id)
     {
@@ -317,9 +314,6 @@ static void
 gd_main_icon_box_child_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec 
*pspec)
 {
   GdMainIconBoxChild *self = GD_MAIN_ICON_BOX_CHILD (object);
-  GdMainIconBoxChildPrivate *priv;
-
-  priv = gd_main_icon_box_child_get_instance_private (self);
 
   switch (property_id)
     {
@@ -354,7 +348,6 @@ static void
 gd_main_icon_box_child_class_init (GdMainIconBoxChildClass *klass)
 {
   GObjectClass *oclass = G_OBJECT_CLASS (klass);
-  GtkWidgetClass *wclass = GTK_WIDGET_CLASS (klass);
 
   oclass->constructed = gd_main_icon_box_child_constructed;
   oclass->dispose = gd_main_icon_box_child_dispose;


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