Commit 36220843 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove dummy code

parent c2eea782
......@@ -773,19 +773,6 @@ void libvlc_media_player_set_drawable( libvlc_media_player_t *p_mi,
#else
p_mi->drawable.xid = drawable;
#endif
/* Allow on the fly drawable changing. This is tricky has this may
* not be supported by every vout. We though can't disable it
* because of some creepy drawable type that are not flexible enough
* (Win32 HWND for instance) */
p_input_thread = libvlc_get_input_thread( p_mi, p_e );
if( !p_input_thread ) {
/* No input, nothing more to do, we are fine */
libvlc_exception_clear( p_e );
return;
}
vlc_object_release( p_input_thread );
}
/**************************************************************************
......
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