Bind some playlistbuttons.

This commit is contained in:
Tobias Rundstrom 2006-03-15 19:08:07 -04:00
parent b575931c13
commit bfc0548cd2
5 changed files with 19 additions and 14 deletions

View file

@ -89,12 +89,6 @@ XMMSHandler::playlistAddURL (QString s)
delete m_xmmsc->playlist_add (s.toAscii ().constData ());
}
void
XMMSHandler::playlistClear (void)
{
delete m_xmmsc->playlist_clear ();
}
void
XMMSHandler::requestMediainfo (uint id)
{