Commit b56b80d6 authored by Clément Stenac's avatar Clément Stenac

Removed buggy legacy code

parent 9963cb68
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment