Commit ed089a9f authored by Felix Paul Kühne's avatar Felix Paul Kühne

this wasn't intended to be committed...

parent 3e019bf3
......@@ -1190,21 +1190,7 @@ increase/decrease as long as the user holds the left/right, plus/minus button */
vlc_object_release( p_playlist );
p_intf->p_sys->b_current_title_update = FALSE;
}
/*
if( p_intf->p_sys->p_input )
{
vout_thread_t * p_vout = vlc_object_find( p_intf, VLC_OBJECT_VOUT, FIND_ANYWHERE );
if(! p_vout )
{
msg_Dbg( p_intf, "no vout needed for current input, closing" );
[[self embeddedwindow] orderOut: [self embeddedwindow]];
}
else
{
msg_Dbg( p_intf, "vout found and present" );
}
}
*/
if( p_intf->p_sys->p_input && [o_timeslider isEnabled] )
{
/* Update the slider */
......
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