Changeset 0a1480ee6d7dd33d312048fa62231ba5ed6e9a02

Show
Ignore:
Timestamp:
19/07/08 12:57:20 (5 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1216465040 +0200
git-parent:

[587f46a9b50b6bee11c83d9afa471a7fc8fe90d6]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1216459131 +0200
Message:

playlist: playlist_DeleteFromInputInParent wasn't used by modules, don't export it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc_playlist.h

    r587f46a r0a1480e  
    361361/*************************** Item deletion **************************/ 
    362362VLC_EXPORT( int,  playlist_DeleteFromInput, ( playlist_t *, int, bool ) ); 
    363 VLC_EXPORT( int,  playlist_DeleteFromInputInParent, ( playlist_t *, int, playlist_item_t *, bool ) ); 
    364363 
    365364/*************************** Item fields accessors **************************/ 
  • src/libvlccore.sym

    r587f46a r0a1480e  
    247247playlist_CurrentInput 
    248248playlist_DeleteFromInput 
    249 playlist_DeleteFromInputInParent 
    250249playlist_Export 
    251250playlist_GetLastLeaf 
  • src/playlist/playlist_internal.h

    r9e745b8 r0a1480e  
    104104                                   bool ); 
    105105 
     106int playlist_DeleteFromInputInParent( playlist_t *, int, playlist_item_t *, bool ); 
    106107int playlist_DeleteFromItemId( playlist_t*, int ); 
    107108int playlist_ItemDelete ( playlist_item_t * );