[vlc-devel] commit: Remove left-overs from LibVLC media list view ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Feb 6 19:35:48 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb  6 20:27:43 2010 +0200| [b6069ae2893e9290518825696337f032538c4edb] | committer: Rémi Denis-Courmont 

Remove left-overs from LibVLC media list view

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

 include/vlc/libvlc_media_list.h |   24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)

diff --git a/include/vlc/libvlc_media_list.h b/include/vlc/libvlc_media_list.h
index a77d61b..214b0c2 100644
--- a/include/vlc/libvlc_media_list.h
+++ b/include/vlc/libvlc_media_list.h
@@ -43,7 +43,6 @@ extern "C" {
  */
 
 typedef struct libvlc_media_list_t libvlc_media_list_t;
-typedef struct libvlc_media_list_view_t libvlc_media_list_view_t;
 
 /**
  * Create an empty media list.
@@ -193,29 +192,6 @@ VLC_PUBLIC_API void
     libvlc_media_list_unlock( libvlc_media_list_t * );
 
 /**
- * Get a flat media list view of media list items
- *
- * \param p_ml a media list instance
- * \param p_ex an excpetion instance
- * \return flat media list view instance
- */
-VLC_PUBLIC_API libvlc_media_list_view_t *
-    libvlc_media_list_flat_view( libvlc_media_list_t *,
-                                 libvlc_exception_t * );
-
-/**
- * Get a hierarchical media list view of media list items
- *
- * \param p_ml a media list instance
- * \return hierarchical media list view instance
- */
-VLC_PUBLIC_API libvlc_media_list_view_t *
-    libvlc_media_list_hierarchical_view( libvlc_media_list_t * );
-
-VLC_PUBLIC_API libvlc_media_list_view_t *
-    libvlc_media_list_hierarchical_node_view( libvlc_media_list_t * p_ml );
-
-/**
  * Get libvlc_event_manager from this media list instance.
  * The p_event_manager is immutable, so you don't have to hold the lock
  *




More information about the vlc-devel mailing list