From 398235287f48dcda14a852b0f3af96d9822f15ab Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 8 Jul 2013 11:45:18 +0200 Subject: [PATCH] Remove obsolete Method declaration --- src/libtomahawk/DropJob.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libtomahawk/DropJob.h b/src/libtomahawk/DropJob.h index 3b871bfb6..6a19f8b48 100644 --- a/src/libtomahawk/DropJob.h +++ b/src/libtomahawk/DropJob.h @@ -108,7 +108,6 @@ public: void handleSpotifyUrls( const QString& urls ); void handleRdioUrls( const QString& urls ); void handleExfmUrls( const QString& urls ); - void handleSoundcloudUrls( const QString& urls ); void handleGroovesharkUrls( const QString& urls ); static bool canParseSpotifyPlaylists() { return s_canParseSpotifyPlaylists; }