Commit 84b5c4ae authored by Erwan Tulou's avatar Erwan Tulou

skins2: remove some leftovers

interaction_Register and interaction_Unregister are weird #define
 that don't seem used at all nowadays
parent 3bedebb9
...@@ -190,8 +190,6 @@ VlcProc::VlcProc( intf_thread_t *pIntf ): SkinObject( pIntf ), ...@@ -190,8 +190,6 @@ VlcProc::VlcProc( intf_thread_t *pIntf ): SkinObject( pIntf ),
// initialize variables refering to liblvc and playlist objects // initialize variables refering to liblvc and playlist objects
init_variables(); init_variables();
interaction_Register( pIntf );
} }
...@@ -211,8 +209,6 @@ VlcProc::~VlcProc() ...@@ -211,8 +209,6 @@ VlcProc::~VlcProc()
m_pVout = NULL; m_pVout = NULL;
} }
interaction_Unregister( getIntf() );
var_DelCallback( getIntf()->p_sys->p_playlist, "volume", var_DelCallback( getIntf()->p_sys->p_playlist, "volume",
onGenericCallback, this ); onGenericCallback, this );
var_DelCallback( getIntf()->p_libvlc, "intf-toggle-fscontrol", var_DelCallback( getIntf()->p_libvlc, "intf-toggle-fscontrol",
......
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