[Xfce4-commits] <xfce4-weather-plugin:master> Remove SoupSessionCallback redefinition.

Harald Judt noreply at xfce.org
Mon Nov 26 13:12:02 CET 2012


Updating branch refs/heads/master
         to 244e5a7b8d48021f0713c2279f7a998b2cb54fd0 (commit)
       from d57246d4c79f73c7687ff4c5cb7e75180a3df571 (commit)

commit 244e5a7b8d48021f0713c2279f7a998b2cb54fd0
Author: Harald Judt <h.judt at gmx.at>
Date:   Mon Nov 26 13:09:22 2012 +0100

    Remove SoupSessionCallback redefinition.
    
    Can break compilation and is unneeded.

 panel-plugin/weather.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/panel-plugin/weather.h b/panel-plugin/weather.h
index d4113c9..1fd71f5 100644
--- a/panel-plugin/weather.h
+++ b/panel-plugin/weather.h
@@ -73,10 +73,6 @@ typedef struct {
 
 extern gboolean debug_mode;
 
-typedef void (*SoupSessionCallback) (SoupSession *session,
-                                     SoupMessage *msg,
-                                     gpointer user_data);
-
 void weather_http_queue_request(SoupSession *session,
                                 const gchar *uri,
                                 SoupSessionCallback callback_func,


More information about the Xfce4-commits mailing list