[vlc-commits] skins2: cleanup

Erwan Tulou git at videolan.org
Mon Jan 28 15:19:25 CET 2013


vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Mon Jan 28 12:23:36 2013 +0100| [9e52153fbb8284c553b5a8bce5dcde6cd391fdcf] | committer: Erwan Tulou

skins2: cleanup

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e52153fbb8284c553b5a8bce5dcde6cd391fdcf
---

 modules/gui/skins2/commands/cmd_vars.cpp |    5 -----
 modules/gui/skins2/commands/cmd_vars.hpp |    6 ------
 2 files changed, 11 deletions(-)

diff --git a/modules/gui/skins2/commands/cmd_vars.cpp b/modules/gui/skins2/commands/cmd_vars.cpp
index b14c402..31eaa27 100644
--- a/modules/gui/skins2/commands/cmd_vars.cpp
+++ b/modules/gui/skins2/commands/cmd_vars.cpp
@@ -28,11 +28,6 @@
 #include "../vars/playtree.hpp"
 
 
-void CmdPlaytreeChanged::execute()
-{
-    VlcProc::instance( getIntf() )->getPlaytreeVar().onChange();
-}
-
 void CmdPlaytreeUpdate::execute()
 {
     if( !m_pItem )
diff --git a/modules/gui/skins2/commands/cmd_vars.hpp b/modules/gui/skins2/commands/cmd_vars.hpp
index 3246f9a..2f52736 100644
--- a/modules/gui/skins2/commands/cmd_vars.hpp
+++ b/modules/gui/skins2/commands/cmd_vars.hpp
@@ -38,12 +38,6 @@ class EqualizerBands;
 class EqualizerPreamp;
 class VarText;
 
-/// Command to notify the playlist of a change
-DEFINE_COMMAND( NotifyPlaylist, "notify playlist" )
-
-/// Command to notify the playlist of a change
-DEFINE_COMMAND( PlaytreeChanged, "playtree changed" )
-
 /// Command to notify the playtree of an item update
 class CmdPlaytreeUpdate: public CmdGeneric
 {



More information about the vlc-commits mailing list