diff options
Diffstat (limited to 'savers/gste-popsquares.c')
-rw-r--r-- | savers/gste-popsquares.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/savers/gste-popsquares.c b/savers/gste-popsquares.c index 245be48..a279f27 100644 --- a/savers/gste-popsquares.c +++ b/savers/gste-popsquares.c @@ -336,9 +336,7 @@ gste_popsquares_set_property (GObject *object, const GValue *value, GParamSpec *pspec) { - GSTEPopsquares *self; - - self = GSTE_POPSQUARES (object); + GSTE_POPSQUARES (object); switch (prop_id) { @@ -354,9 +352,7 @@ gste_popsquares_get_property (GObject *object, GValue *value, GParamSpec *pspec) { - GSTEPopsquares *self; - - self = GSTE_POPSQUARES (object); + GSTE_POPSQUARES (object); switch (prop_id) { |