]> git.sesse.net Git - vlc/commitdiff
skins2: cleanup
authorErwan Tulou <erwan10@videolan.org>
Mon, 28 Jan 2013 11:23:36 +0000 (12:23 +0100)
committerErwan Tulou <erwan10@videolan.org>
Mon, 28 Jan 2013 14:18:42 +0000 (15:18 +0100)
modules/gui/skins2/commands/cmd_vars.cpp
modules/gui/skins2/commands/cmd_vars.hpp

index b14c402d745337175424712b79f5a70c86bb4d4d..31eaa27b17ab7a02c0789d2dea154389e3942bfd 100644 (file)
 #include "../vars/playtree.hpp"
 
 
-void CmdPlaytreeChanged::execute()
-{
-    VlcProc::instance( getIntf() )->getPlaytreeVar().onChange();
-}
-
 void CmdPlaytreeUpdate::execute()
 {
     if( !m_pItem )
index 3246f9aa2780e8de5a74bcc7704868d8918381b5..2f527362a506ffdcf52dd9b69d52b37fa9c6c8e5 100644 (file)
@@ -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
 {