From bd4d5da64120c3e830f75cef78905349721da463 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 11 Oct 2011 08:29:01 -0400 Subject: [PATCH] Remove unused method --- .../infosystem/infoplugins/generic/chartsplugin.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp b/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp index 429e5c376..d8af8a77e 100644 --- a/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp +++ b/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp @@ -39,13 +39,6 @@ using namespace Tomahawk::InfoSystem; -static QString -md5( const QByteArray& src ) -{ - QByteArray const digest = QCryptographicHash::hash( src, QCryptographicHash::Md5 ); - return QString::fromLatin1( digest.toHex() ).rightJustified( 32, '0' ); -} - ChartsPlugin::ChartsPlugin() : InfoPlugin()