1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Remove unused method

This commit is contained in:
Jeff Mitchell 2011-10-11 08:29:01 -04:00
parent dad65da497
commit bd4d5da641

View File

@ -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()