Commit 229c8f90 authored by Felix Paul Kühne's avatar Felix Paul Kühne

*cough*

parent 6b7540a5
......@@ -1236,9 +1236,6 @@ static VLCMain *_o_sharedMainInstance = nil;
var_AddCallback( p_playlist, "item-append", PlaylistChanged, self );
var_AddCallback( p_playlist, "item-deleted", PlaylistChanged, self );
// vlc_value_t val;
// var_Change( p_playlist, "playlist-current", VLC_VAR_CHOICESCOUNT, &val, NULL );
vlc_object_release( p_playlist );
vlc_object_lock( p_intf );
......
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