From 2f8135ef8bb4723e040571e38699300f21334127 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 4 Jan 2010 21:42:11 +0100 Subject: input/rewind: enable the "rewind" wrapper for all non-seekable streams Don't limit the "rewind" input plugin to CURL streams. --- src/input/rewind_input_plugin.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/input/rewind_input_plugin.h') diff --git a/src/input/rewind_input_plugin.h b/src/input/rewind_input_plugin.h index 27ad169b6..23d25d94d 100644 --- a/src/input/rewind_input_plugin.h +++ b/src/input/rewind_input_plugin.h @@ -31,19 +31,7 @@ struct input_stream; -#ifdef ENABLE_CURL - struct input_stream * input_rewind_open(struct input_stream *is); -#else - -static inline struct input_stream * -input_rewind_open(struct input_stream *is) -{ - return is; -} - -#endif - #endif -- cgit v1.2.3