Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b56b80d6
Commit
b56b80d6
authored
Dec 20, 2004
by
zorglub
Browse files
Removed buggy legacy code
parent
9963cb68
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/playlist/item-ext.c
View file @
b56b80d6
...
...
@@ -622,11 +622,6 @@ int playlist_Replace( playlist_t *p_playlist, playlist_item_t *p_olditem,
* \return returns VLC_SUCCESS or an error
*/
int
playlist_Delete
(
playlist_t
*
p_playlist
,
int
i_id
)
{
return
playlist_DeleteInternal
(
p_playlist
,
i_id
);
}
int
playlist_DeleteInternal
(
playlist_t
*
p_playlist
,
int
i_id
,
vlc_bool_t
b_force
)
{
vlc_value_t
val
;
int
i
;
...
...
Write
Preview
Supports
Markdown
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