[vlc-commits] playlist: remove stray declarations

Rémi Denis-Courmont git at videolan.org
Sat Jun 3 22:03:02 CEST 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jun  3 22:59:57 2017 +0300| [4180db97ff5d07b47c662045e12b2dfe72b8f26b] | committer: Rémi Denis-Courmont

playlist: remove stray declarations

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

 modules/demux/playlist/playlist.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/modules/demux/playlist/playlist.h b/modules/demux/playlist/playlist.h
index 1a763c5ef7..d9a6d7c478 100644
--- a/modules/demux/playlist/playlist.h
+++ b/modules/demux/playlist/playlist.h
@@ -25,11 +25,6 @@
 
 char *ProcessMRL( const char *, const char * );
 
-int Import_Old ( vlc_object_t * );
-
-int Import_Native ( vlc_object_t * );
-void Close_Native ( vlc_object_t * );
-
 int Import_M3U ( vlc_object_t * );
 
 int Import_RAM ( vlc_object_t * );
@@ -62,8 +57,6 @@ int Import_iTML ( vlc_object_t * );
 int Import_WPL ( vlc_object_t * );
 void Close_WPL ( vlc_object_t * );
 
-int Import_Dir ( vlc_object_t * );
-
 #define GetCurrentItem(obj) input_GetItem((obj)->p_input)
 #define GetSource(obj) ((obj)->p_source)
 



More information about the vlc-commits mailing list