summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-06-13 23:20:53 -0400
committerRichard Hughes <richard@hughsie.com>2012-06-28 17:04:40 +0100
commitb154ebd1d639cb74ae98d2ba31a1eab3df9f1bc2 (patch)
tree3caf5c100e9cd50e39ad4812cc7604d5b26f7fef
parent31cd509a7502a7df9c6236554a99e1b9abf6c4b2 (diff)
downloadgnome-control-center-b154ebd1d639cb74ae98d2ba31a1eab3df9f1bc2.tar.gz
network: Remove redundant returns
https://bugzilla.gnome.org/show_bug.cgi?id=678158 Signed-off-by: Richard Hughes <richard@hughsie.com>
-rw-r--r--panels/network/cc-network-panel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/panels/network/cc-network-panel.c b/panels/network/cc-network-panel.c
index be94208b4..c7727f4d4 100644
--- a/panels/network/cc-network-panel.c
+++ b/panels/network/cc-network-panel.c
@@ -525,7 +525,6 @@ out:
g_variant_unref (result);
if (proxy != NULL)
g_object_unref (proxy);
- return;
}
static void
@@ -594,7 +593,6 @@ panel_device_got_modem_manager_gsm_cb (GObject *source_object,
out:
if (proxy != NULL)
g_object_unref (proxy);
- return;
}
static void