Changeset 0a1480ee6d7dd33d312048fa62231ba5ed6e9a02
- 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
| r587f46a |
r0a1480e |
|
| 361 | 361 | /*************************** Item deletion **************************/ |
|---|
| 362 | 362 | VLC_EXPORT( int, playlist_DeleteFromInput, ( playlist_t *, int, bool ) ); |
|---|
| 363 | | VLC_EXPORT( int, playlist_DeleteFromInputInParent, ( playlist_t *, int, playlist_item_t *, bool ) ); |
|---|
| 364 | 363 | |
|---|
| 365 | 364 | /*************************** Item fields accessors **************************/ |
|---|
| r587f46a |
r0a1480e |
|
| 247 | 247 | playlist_CurrentInput |
|---|
| 248 | 248 | playlist_DeleteFromInput |
|---|
| 249 | | playlist_DeleteFromInputInParent |
|---|
| 250 | 249 | playlist_Export |
|---|
| 251 | 250 | playlist_GetLastLeaf |
|---|
| r9e745b8 |
r0a1480e |
|
| 104 | 104 | bool ); |
|---|
| 105 | 105 | |
|---|
| | 106 | int playlist_DeleteFromInputInParent( playlist_t *, int, playlist_item_t *, bool ); |
|---|
| 106 | 107 | int playlist_DeleteFromItemId( playlist_t*, int ); |
|---|
| 107 | 108 | int playlist_ItemDelete ( playlist_item_t * ); |
|---|