aboutsummaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-10 22:25:33 +0100
committerMax Kellermann <max@duempel.org>2013-01-10 22:25:33 +0100
commitb9ac5e9e765b6ddd2ce78eb76f889556bcfe0368 (patch)
treefbc713bed18eae24d17950034f0187a502b9bad1 /src/input
parent2758a734a26830fdabda543bb969a2d6835ba9f8 (diff)
input/Curl: remove unused source/source_id attributes
Diffstat (limited to 'src/input')
-rw-r--r--src/input/CurlInputPlugin.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/input/CurlInputPlugin.cxx b/src/input/CurlInputPlugin.cxx
index 8ca05d24..dd4cd754 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;