Commit 297dbe71 authored by Laurent Aimar's avatar Laurent Aimar

Removed invalid assert.

parent 2ea23dde
......@@ -1214,8 +1214,6 @@ void FullscreenControllerWidget::attachVout( vout_thread_t *p_nvout )
*/
void FullscreenControllerWidget::detachVout()
{
assert( p_vout );
if( p_vout )
{
var_DelCallback( p_vout, "fullscreen", FullscreenControllerWidgetFullscreenChanged, this );
......
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