]> git.sesse.net Git - vlc/blobdiff - src/input/access.h
Remove access-filter support.
[vlc] / src / input / access.h
index 51f542914b206c96c3b5663faf513b71126d4d21..42485d7eb6edcf2d5c68e2eb5159e9fc2a3f17fe 100644 (file)
@@ -35,8 +35,6 @@
 #define access_New( a, b, c, d ) __access_New(VLC_OBJECT(a), b, c, d )
 access_t * __access_New( vlc_object_t *p_obj, const char *psz_access,
                           const char *psz_demux, const char *psz_path );
-access_t * access_FilterNew( access_t *p_source,
-                              const char *psz_access_filter );
 void access_Delete( access_t * );
 
 #endif