[Xfce4-commits] <xfce4-weather-plugin:master> Remove unneeded return statements.

Harald Judt noreply at xfce.org
Sun Aug 19 10:22:01 CEST 2012


Updating branch refs/heads/master
         to c95bb31b9c103b7508272f72f2b41c96bf1b3c93 (commit)
       from de890d2fdbec605c43a0be89085e420c78a32beb (commit)

commit c95bb31b9c103b7508272f72f2b41c96bf1b3c93
Author: Harald Judt <h.judt at gmx.at>
Date:   Sun Aug 19 10:08:46 2012 +0200

    Remove unneeded return statements.

 panel-plugin/weather-search.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/weather-search.c b/panel-plugin/weather-search.c
index c899b19..33c4375 100644
--- a/panel-plugin/weather-search.c
+++ b/panel-plugin/weather-search.c
@@ -143,7 +143,6 @@ cb_searchdone(const gboolean succeed,
         }
 
     gtk_tree_view_column_set_title(dialog->column, _("Results"));
-    return;
 }
 
 
@@ -452,5 +451,4 @@ void weather_search_by_ip(const gchar *proxy_host,
     g_message("getting http://geoip.xfce.org/");
     weather_http_receive_data("geoip.xfce.org", "/", proxy_host, proxy_port,
                               cb_geolocation, data);
-    return;
 }


More information about the Xfce4-commits mailing list