diff options
author | Max Kellermann <max@duempel.org> | 2011-08-24 02:54:34 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-08-24 02:55:05 +0200 |
commit | 523f89cc8c661687f2994cafcd6ca7cf40eae49f (patch) | |
tree | 72d2663e8bda28d156006215f269c2b67875c960 /src/input/curl_input_plugin.h | |
parent | 0575a6d652d7db9b8783db59963f9b612dc7b282 (diff) | |
download | mpd-523f89cc8c661687f2994cafcd6ca7cf40eae49f.tar.gz mpd-523f89cc8c661687f2994cafcd6ca7cf40eae49f.tar.xz mpd-523f89cc8c661687f2994cafcd6ca7cf40eae49f.zip |
input/curl: remove obsolete function input_curl_reinit()
Diffstat (limited to '')
-rw-r--r-- | src/input/curl_input_plugin.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/input/curl_input_plugin.h b/src/input/curl_input_plugin.h index 7cfe5155c..c6e71bf40 100644 --- a/src/input/curl_input_plugin.h +++ b/src/input/curl_input_plugin.h @@ -24,12 +24,4 @@ struct input_stream; extern const struct input_plugin input_plugin_curl; -/** - * This is a workaround for an input_stream API deficiency; after - * exchanging the input_stream pointer in input_rewind_open(), this - * function is called to reinitialize CURL's data pointers. - */ -void -input_curl_reinit(struct input_stream *is); - #endif |