[librest/wip/baedert/fixes: 4/10] RestProxyCall: Remove unused struct



commit 5b66d2c4de65518b8aff1ff0158edda20e575490
Author: Timm Bäder <mail baedert org>
Date:   Sun Jul 17 13:06:58 2016 +0200

    RestProxyCall: Remove unused struct

 rest/rest-proxy-call.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/rest/rest-proxy-call.c b/rest/rest-proxy-call.c
index 4a5425a..2cd867a 100644
--- a/rest/rest-proxy-call.c
+++ b/rest/rest-proxy-call.c
@@ -1194,12 +1194,6 @@ rest_proxy_call_cancel (RestProxyCall *call)
   return TRUE;
 }
 
-typedef struct
-{
-  GMainLoop *loop;
-  GError *error;
-} RestProxyCallRunClosure;
-
 gboolean
 rest_proxy_call_sync (RestProxyCall *call,
                       GError       **error_out)


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