X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Ffile.c;h=3f02dcde2e4888be89cce9cc082c3224d02a5626;hb=630d42d5a3771b4d841233b9b1f1a326225e2319;hp=6f3b568829bcea87a010b4f87a4dbbd0b8d69eac;hpb=82a67660c9c7fbc9a1ea78b7929e34af26ebca01;p=vlc diff --git a/modules/access/file.c b/modules/access/file.c index 6f3b568829..3f02dcde2e 100644 --- a/modules/access/file.c +++ b/modules/access/file.c @@ -2,7 +2,7 @@ * file.c: file input (file: access plug-in) ***************************************************************************** * Copyright (C) 2001, 2002 VideoLAN - * $Id: file.c,v 1.21 2003/06/09 09:29:12 massiot Exp $ + * $Id: file.c,v 1.22 2004/01/25 17:31:22 gbazin Exp $ * * Authors: Christophe Massiot * @@ -76,7 +76,6 @@ static ssize_t Read ( input_thread_t *, byte_t *, size_t ); vlc_module_begin(); set_description( _("Standard filesystem file input") ); - add_category_hint( N_("file"), NULL, VLC_TRUE ); add_integer( "file-caching", DEFAULT_PTS_DELAY / 1000, NULL, CACHING_TEXT, CACHING_LONGTEXT, VLC_TRUE ); set_capability( "access", 50 ); add_shortcut( "file" );