Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
0a1480ee
Commit
0a1480ee
authored
Jul 19, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playlist: playlist_DeleteFromInputInParent wasn't used by modules, don't export it.
parent
587f46a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
include/vlc_playlist.h
include/vlc_playlist.h
+0
-1
src/libvlccore.sym
src/libvlccore.sym
+0
-1
src/playlist/playlist_internal.h
src/playlist/playlist_internal.h
+1
-0
No files found.
include/vlc_playlist.h
View file @
0a1480ee
...
...
@@ -360,7 +360,6 @@ VLC_EXPORT( playlist_item_t* , playlist_ItemNewWithType, ( playlist_t *,const ch
/*************************** Item deletion **************************/
VLC_EXPORT
(
int
,
playlist_DeleteFromInput
,
(
playlist_t
*
,
int
,
bool
)
);
VLC_EXPORT
(
int
,
playlist_DeleteFromInputInParent
,
(
playlist_t
*
,
int
,
playlist_item_t
*
,
bool
)
);
/*************************** Item fields accessors **************************/
VLC_EXPORT
(
int
,
playlist_ItemSetName
,
(
playlist_item_t
*
,
const
char
*
)
);
...
...
src/libvlccore.sym
View file @
0a1480ee
...
...
@@ -246,7 +246,6 @@ playlist_Clear
playlist_Control
playlist_CurrentInput
playlist_DeleteFromInput
playlist_DeleteFromInputInParent
playlist_Export
playlist_GetLastLeaf
playlist_GetNextLeaf
...
...
src/playlist/playlist_internal.h
View file @
0a1480ee
...
...
@@ -103,6 +103,7 @@ playlist_item_t *playlist_ItemFindFromInputAndRoot( playlist_t *p_playlist,
int
i_input_id
,
playlist_item_t
*
p_root
,
bool
);
int
playlist_DeleteFromInputInParent
(
playlist_t
*
,
int
,
playlist_item_t
*
,
bool
);
int
playlist_DeleteFromItemId
(
playlist_t
*
,
int
);
int
playlist_ItemDelete
(
playlist_item_t
*
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment