[vlc-devel] commit: playlist: playlist_Get*Leaf are already defined in vlc_playlist.h. (Pierre d'Herbemont )
git version control
git at videolan.org
Tue Jul 15 13:19:22 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Tue Jul 15 13:16:29 2008 +0200| [9e745b81ba6aa90bee8205cea0e6e0c919c3e03c]
playlist: playlist_Get*Leaf are already defined in vlc_playlist.h.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e745b81ba6aa90bee8205cea0e6e0c919c3e03c
---
src/playlist/playlist_internal.h | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/playlist/playlist_internal.h b/src/playlist/playlist_internal.h
index f835bf1..e8fdb07 100644
--- a/src/playlist/playlist_internal.h
+++ b/src/playlist/playlist_internal.h
@@ -99,15 +99,6 @@ void playlist_SendAddNotify( playlist_t *p_playlist, int i_item_id,
int i_node_id, bool b_signal );
/* Tree walking */
-playlist_item_t *playlist_GetNextLeaf( playlist_t *p_playlist,
- playlist_item_t *p_root,
- playlist_item_t *, bool, bool );
-playlist_item_t *playlist_GetPrevLeaf( playlist_t *p_playlist,
- playlist_item_t *p_root,
- playlist_item_t *, bool, bool );
-playlist_item_t *playlist_GetLastLeaf( playlist_t *p_playlist,
- playlist_item_t *p_root );
-
playlist_item_t *playlist_ItemFindFromInputAndRoot( playlist_t *p_playlist,
int i_input_id, playlist_item_t *p_root,
bool );
More information about the vlc-devel
mailing list