1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-03 23:52:25 +02:00

Remove extraneous code

This commit is contained in:
Jeff Mitchell 2011-06-26 12:58:51 -04:00
parent ee70b9e3a7
commit c6d2a5df89
2 changed files with 0 additions and 11 deletions

View File

@ -103,16 +103,6 @@ SourcePlaylistInterface::onSourcePlaybackStarted( const Tomahawk::query_ptr& que
}
void
SourcePlaylistInterface::resolveResultsAdded( const QList<Tomahawk::result_ptr>& results ) const
{
qDebug() << Q_FUNC_INFO;
foreach ( Tomahawk::result_ptr ptr, results )
{
// qDebug() << "Found result:" << ptr->track();
}
}
void
SourcePlaylistInterface::resolvingFinished( bool hasResults )
{

View File

@ -74,7 +74,6 @@ signals:
private slots:
void onSourcePlaybackStarted( const Tomahawk::query_ptr& query );
void resolveResultsAdded( const QList<Tomahawk::result_ptr>& results ) const;
void resolvingFinished( bool hasResults );
private: