[vlc-devel] commit: fix build - remove redundant declarations (Jakob Leben )
git version control
git at videolan.org
Tue Feb 2 09:13:27 CET 2010
vlc | branch: master | Jakob Leben <jleben at videolan.org> | Tue Feb 2 09:12:33 2010 +0100| [2669219aadf9629af7eb61cc2f39c3d2c28c7259] | committer: Jakob Leben
fix build - remove redundant declarations
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2669219aadf9629af7eb61cc2f39c3d2c28c7259
---
include/vlc_playlist.h | 1 -
src/libvlccore.sym | 1 -
src/playlist/playlist_internal.h | 2 --
3 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h
index 20d1030..e110471 100644
--- a/include/vlc_playlist.h
+++ b/include/vlc_playlist.h
@@ -368,7 +368,6 @@ VLC_EXPORT( int, playlist_NodeRemoveItem, (playlist_t *,playlist_item_t*,playlis
VLC_EXPORT( playlist_item_t *, playlist_ChildSearchName, (playlist_item_t*, const char* ) );
VLC_EXPORT( int, playlist_NodeDelete, ( playlist_t *, playlist_item_t *, bool , bool ) );
-VLC_EXPORT( playlist_item_t *, playlist_GetPreferredNode, ( playlist_t *p_playlist, playlist_item_t *p_node ) );
VLC_EXPORT( playlist_item_t *, playlist_GetNextLeaf, ( playlist_t *p_playlist, playlist_item_t *p_root, playlist_item_t *p_item, bool b_ena, bool b_unplayed ) );
VLC_EXPORT( playlist_item_t *, playlist_GetPrevLeaf, ( playlist_t *p_playlist, playlist_item_t *p_root, playlist_item_t *p_item, bool b_ena, bool b_unplayed ) );
diff --git a/src/libvlccore.sym b/src/libvlccore.sym
index 848fdd9..d45b551 100644
--- a/src/libvlccore.sym
+++ b/src/libvlccore.sym
@@ -327,7 +327,6 @@ playlist_CurrentPlayingItem
playlist_DeleteFromInput
playlist_Export
playlist_GetNextLeaf
-playlist_GetPreferredNode
playlist_GetPrevLeaf
playlist_Import
playlist_IsServicesDiscoveryLoaded
diff --git a/src/playlist/playlist_internal.h b/src/playlist/playlist_internal.h
index b2f6b7a..1d00567 100644
--- a/src/playlist/playlist_internal.h
+++ b/src/playlist/playlist_internal.h
@@ -144,8 +144,6 @@ int playlist_DeleteFromInputInParent( playlist_t *, input_item_t *,
int playlist_DeleteFromItemId( playlist_t*, int );
int playlist_ItemRelease( playlist_item_t * );
-
-void playlist_NodesPairCreate( playlist_t *, const char *, playlist_item_t **, playlist_item_t **, bool );
int playlist_NodeEmpty( playlist_t *, playlist_item_t *, bool );
int playlist_DeleteItem( playlist_t * p_playlist, playlist_item_t *, bool);
More information about the vlc-devel
mailing list