summaryrefslogtreecommitdiff
path: root/libgd
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2017-02-17 18:15:55 +0100
committerDebarshi Ray <debarshir@gnome.org>2017-02-18 23:14:02 +0100
commit1bd7f34a58f11f4bdebcbe5ca3371b89c6c2c83c (patch)
treebcccd79a042a625dbe3727c4e182eeaefdf1cfd0 /libgd
parentd4caf93ad7236d6173fe494e41b1ff0adbc2be62 (diff)
downloadlibgd-1bd7f34a58f11f4bdebcbe5ca3371b89c6c2c83c.tar.gz
main-icon-box-child: Remove unused variables
Fallout from 2692a485d088afde78ffa8538bca43de29b22b5c https://bugzilla.gnome.org/show_bug.cgi?id=774914
Diffstat (limited to 'libgd')
-rw-r--r--libgd/gd-main-icon-box-child.c7
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;