summaryrefslogtreecommitdiff
path: root/src/input/input_http.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-11-07 23:05:01 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-11-07 23:05:01 +0000
commita8a8402e10cc8ef510ee6d09b11fbe0958d2310c (patch)
treef2cdb37577fa5ad919abe44198f58cc1eb5c6c52 /src/input/input_http.c
parentdda7e4ace7ca4a874962c9f39223b4af676a76eb (diff)
downloadxine-lib-a8a8402e10cc8ef510ee6d09b11fbe0958d2310c.tar.gz
xine-lib-a8a8402e10cc8ef510ee6d09b11fbe0958d2310c.tar.bz2
return of the stdin plugin
CVS patchset: 3200 CVS date: 2002/11/07 23:05:01
Diffstat (limited to 'src/input/input_http.c')
-rw-r--r--src/input/input_http.c8
1 files changed, 0 insertions, 8 deletions
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;