Commit b9ac5e9e authored by Max Kellermann's avatar Max Kellermann

input/Curl: remove unused source/source_id attributes

parent 2758a734
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment