]> git.sesse.net Git - vlc/commitdiff
Remove left-overs from LibVLC media list view
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 6 Feb 2010 18:27:43 +0000 (20:27 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 6 Feb 2010 18:27:43 +0000 (20:27 +0200)
include/vlc/libvlc_media_list.h

index a77d61bf9773fd4f05528a6109e2c77273de0af0..214b0c27a1f6d75cb4004d87a9dfb1012e21177b 100644 (file)
@@ -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.
@@ -192,29 +191,6 @@ VLC_PUBLIC_API void
 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