[vlc-commits] playlist: remove stray function declarations
Rémi Denis-Courmont
git at videolan.org
Sat Jun 3 16:41:14 CEST 2017
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jun 3 17:40:53 2017 +0300| [e7d16d06e4fe52f5f15ce1e00cad58d606bc10c6] | committer: Rémi Denis-Courmont
playlist: remove stray function declarations
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e7d16d06e4fe52f5f15ce1e00cad58d606bc10c6
---
modules/demux/playlist/playlist.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/modules/demux/playlist/playlist.h b/modules/demux/playlist/playlist.h
index 1dd66d09fd..7ed5dd3e03 100644
--- a/modules/demux/playlist/playlist.h
+++ b/modules/demux/playlist/playlist.h
@@ -63,9 +63,6 @@ void Close_GVP ( vlc_object_t * );
int Import_IFO ( vlc_object_t * );
void Close_IFO ( vlc_object_t * );
-int Import_VideoPortal ( vlc_object_t * );
-void Close_VideoPortal ( vlc_object_t * );
-
int Import_iTML ( vlc_object_t * );
int Import_WPL ( vlc_object_t * );
More information about the vlc-commits
mailing list