From b9ac5e9e765b6ddd2ce78eb76f889556bcfe0368 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Thu, 10 Jan 2013 22:25:33 +0100
Subject: input/Curl: remove unused source/source_id attributes

---
 src/input/CurlInputPlugin.cxx | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/input/CurlInputPlugin.cxx b/src/input/CurlInputPlugin.cxx
index 8ca05d24f..dd4cd7543 100644
--- a/src/input/CurlInputPlugin.cxx
+++ b/src/input/CurlInputPlugin.cxx
@@ -91,13 +91,6 @@ struct input_curl {
 	/** the curl handles */
 	CURL *easy;
 
-	/** the GMainLoop source used to poll all CURL file
-	    descriptors */
-	GSource *source;
-
-	/** the source id of #source */
-	guint source_id;
-
 	/** list of buffers, where input_curl_writefunction() appends
 	    to, and input_curl_read() reads from them */
 	GQueue *buffers;
-- 
cgit v1.2.3