Commit 9e52153f authored by Erwan Tulou's avatar Erwan Tulou

skins2: cleanup

parent 2b584641
......@@ -28,11 +28,6 @@
#include "../vars/playtree.hpp"
void CmdPlaytreeChanged::execute()
{
VlcProc::instance( getIntf() )->getPlaytreeVar().onChange();
}
void CmdPlaytreeUpdate::execute()
{
if( !m_pItem )
......
......@@ -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
{
......
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