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:
parent
ee70b9e3a7
commit
c6d2a5df89
@ -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 )
|
||||
{
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user