Remove a redundant variable
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 26 Apr 2011 17:47:36 +0000 (20:47 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 26 Apr 2011 17:48:11 +0000 (20:48 +0300)
libgssdp/gssdp-socket-source.c

index 182d2d6..fc834ea 100644 (file)
@@ -83,10 +83,6 @@ gssdp_socket_source_get_property (GObject    *object,
                                   GValue     *value,
                                   GParamSpec *pspec)
 {
-        GSSDPSocketSource *self;
-
-        self = GSSDP_SOCKET_SOURCE (object);
-
         /* All properties are construct-only, write-only */
         switch (property_id) {
         default: