[gnome-control-center] network: Remove redundant returns



commit b154ebd1d639cb74ae98d2ba31a1eab3df9f1bc2
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jun 13 23:20:53 2012 -0400

    network: Remove redundant returns
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678158
    
    Signed-off-by: Richard Hughes <richard hughsie com>

 panels/network/cc-network-panel.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/panels/network/cc-network-panel.c b/panels/network/cc-network-panel.c
index be94208..c7727f4 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



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