]> git.sesse.net Git - vlc/commitdiff
demux/playlist: Remove ununsed functions.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 14 Jun 2008 15:56:42 +0000 (17:56 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 14 Jun 2008 15:56:42 +0000 (17:56 +0200)
modules/demux/playlist/playlist.h

index 5e743ccda6bed84bfe290d60cfc3513fb0512f2c..ee27e2720bfc130d5842a4ced146988d212e3555 100644 (file)
 char *ProcessMRL( char *, char * );
 char *FindPrefix( demux_t * );
 
-bool FindItem( demux_t *, playlist_t *, playlist_item_t **);
-
-void AddToPlaylist( demux_t *, playlist_t*,input_item_t*,playlist_item_t*,int );
-
 int Import_Old ( vlc_object_t * );
 
 int Import_Native ( vlc_object_t * );