Skip to content
Snippets Groups Projects
Commit a6d81926 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

qt: remove dead code

Test leftovers.
parent 397e4f2a
No related branches found
No related tags found
No related merge requests found
......@@ -270,13 +270,6 @@ MainInterface::~MainInterface()
var_DelCallback( libvlc, "intf-toggle-fscontrol", IntfShowCB, p_intf );
var_DelCallback( libvlc, "intf-popupmenu", PopupMenuCB, p_intf );
#ifdef QT5_HAS_WAYLAND
if (b_hasWayland)
{
var_DecInteger( p_intf->p_sys->p_player, "egl-initialize-rc" );
}
#endif
p_intf->p_sys->p_mi = NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment