Remove spam
This commit is contained in:
parent
7b5f4f5a38
commit
726826234b
1 changed files with 0 additions and 3 deletions
|
@ -97,7 +97,6 @@ XMMSHandler::medialib_entry_changed (XMMSResultValue<uint> *res)
|
|||
void
|
||||
XMMSHandler::playlistAddURL (QString s)
|
||||
{
|
||||
qDebug ("%s", s.toAscii ().constData ());
|
||||
delete m_xmmsc->playlist_add (s.toAscii ().constData ());
|
||||
}
|
||||
|
||||
|
@ -177,8 +176,6 @@ XMMSHandler::playback_current_id (XMMSResultValue<uint> *res)
|
|||
|
||||
m_currentid = i;
|
||||
|
||||
qDebug ("currentid = %d", m_currentid);
|
||||
|
||||
if (i > 0) {
|
||||
XMMSResultDict *r = m_xmmsc->medialib_get_info (i);
|
||||
r->connect (sigc::mem_fun (this, &XMMSHandler::medialib_info));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue