input/Curl: remove unused source/source_id attributes

This commit is contained in:
Max Kellermann 2013-01-10 22:25:33 +01:00
parent 2758a734a2
commit b9ac5e9e76
1 changed files with 0 additions and 7 deletions

View File

@ -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;