mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Remove unused method
This commit is contained in:
@@ -39,13 +39,6 @@
|
|||||||
|
|
||||||
using namespace Tomahawk::InfoSystem;
|
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()
|
ChartsPlugin::ChartsPlugin()
|
||||||
: InfoPlugin()
|
: InfoPlugin()
|
||||||
|
Reference in New Issue
Block a user