From a8a8402e10cc8ef510ee6d09b11fbe0958d2310c Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 7 Nov 2002 23:05:01 +0000 Subject: return of the stdin plugin CVS patchset: 3200 CVS date: 2002/11/07 23:05:01 --- src/input/input_http.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/input/input_http.c') diff --git a/src/input/input_http.c b/src/input/input_http.c index 62c4ce2ef..954095a85 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -461,14 +461,6 @@ static off_t http_plugin_seek(input_plugin_t *this_gen, return this->curpos; } -static char *http_plugin_get_description (input_plugin_t *this_gen) { - return _("http network stream input plugin"); -} - -static char *http_plugin_get_identifier (input_plugin_t *this_gen) { - return "HTTP"; -} - static char* http_plugin_get_mrl (input_plugin_t *this_gen) { http_input_plugin_t *this = (http_input_plugin_t *) this_gen; -- cgit v1.2.3