[vlc-commits] skins2: remove some leftovers
    Erwan Tulou 
    git at videolan.org
       
    Wed Jun 27 18:57:25 CEST 2012
    
    
  
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Wed Jun 27 12:23:52 2012 +0200| [84b5c4ae08d65a368b1f4a68c7d6250f84163a65] | committer: Erwan Tulou
skins2: remove some leftovers
interaction_Register and interaction_Unregister are weird #define
 that don't seem used at all nowadays
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84b5c4ae08d65a368b1f4a68c7d6250f84163a65
---
 modules/gui/skins2/src/vlcproc.cpp |    4 ----
 1 file changed, 4 deletions(-)
diff --git a/modules/gui/skins2/src/vlcproc.cpp b/modules/gui/skins2/src/vlcproc.cpp
index 06e97e2..8302529 100644
--- a/modules/gui/skins2/src/vlcproc.cpp
+++ b/modules/gui/skins2/src/vlcproc.cpp
@@ -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",
    
    
More information about the vlc-commits
mailing list