summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rest/rest-proxy-call.c6
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)