]> git.sesse.net Git - vlc/commitdiff
skins2: remove some leftovers
authorErwan Tulou <erwan10@videolan.org>
Wed, 27 Jun 2012 10:23:52 +0000 (12:23 +0200)
committerErwan Tulou <erwan10@videolan.org>
Wed, 27 Jun 2012 16:52:49 +0000 (18:52 +0200)
interaction_Register and interaction_Unregister are weird #define
 that don't seem used at all nowadays

modules/gui/skins2/src/vlcproc.cpp

index 06e97e2a3ac4bfe8cb1226502e3569a7c0d7dede..83025299f77b3a2bb2fb8467aed0020b580a0a9b 100644 (file)
@@ -190,8 +190,6 @@ VlcProc::VlcProc( intf_thread_t *pIntf ): SkinObject( pIntf ),
 
     // initialize variables refering to liblvc and playlist objects
     init_variables();
-
-    interaction_Register( pIntf );
 }
 
 
@@ -211,8 +209,6 @@ VlcProc::~VlcProc()
         m_pVout = NULL;
     }
 
-    interaction_Unregister( getIntf() );
-
     var_DelCallback( getIntf()->p_sys->p_playlist, "volume",
                      onGenericCallback, this );
     var_DelCallback( getIntf()->p_libvlc, "intf-toggle-fscontrol",