1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 07:52:30 +02:00

Remove old collection api leftovers

This commit is contained in:
Dominik Schmidt 2015-02-01 19:32:56 +01:00 committed by Dominik Schmidt
parent a3b832b570
commit 04d90d8afb

View File

@ -74,10 +74,6 @@ public slots:
void resolve( const Tomahawk::query_ptr& query ) Q_DECL_OVERRIDE;
void start() Q_DECL_OVERRIDE;
// TODO: implement. Or not. Not really an issue while Spotify doesn't do browsable personal cloud storage.
void artists( const Tomahawk::collection_ptr& ) Q_DECL_OVERRIDE {}
void albums( const Tomahawk::collection_ptr&, const Tomahawk::artist_ptr& ) Q_DECL_OVERRIDE {}
void tracks( const Tomahawk::collection_ptr&, const Tomahawk::album_ptr& ) Q_DECL_OVERRIDE {}
void lookupUrl( const QString& ) Q_DECL_OVERRIDE {}