[vlc-devel] commit: demux/playlist: Remove ununsed functions. (Pierre d'Herbemont )

git version control git at videolan.org
Sat Jun 14 17:54:53 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Jun 14 17:56:42 2008 +0200| [5dad9b0b7d1dd5626fe6e6130f79eaf26e7ce9d4]

demux/playlist: Remove ununsed functions.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5dad9b0b7d1dd5626fe6e6130f79eaf26e7ce9d4
---

 modules/demux/playlist/playlist.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/modules/demux/playlist/playlist.h b/modules/demux/playlist/playlist.h
index 5e743cc..ee27e27 100644
--- a/modules/demux/playlist/playlist.h
+++ b/modules/demux/playlist/playlist.h
@@ -26,10 +26,6 @@
 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 * );




More information about the vlc-devel mailing list