From ee8e25b8ce72a380c76351319e53b5c9aec3fbb4 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sun, 13 May 2012 17:42:53 -0400 Subject: [PATCH] Don't need this anymore.... --- src/libtomahawk/infosystem/InfoSystemWorker.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libtomahawk/infosystem/InfoSystemWorker.cpp b/src/libtomahawk/infosystem/InfoSystemWorker.cpp index 391f33a0a..d521bebbf 100644 --- a/src/libtomahawk/infosystem/InfoSystemWorker.cpp +++ b/src/libtomahawk/infosystem/InfoSystemWorker.cpp @@ -88,7 +88,6 @@ InfoSystemWorker::init( Tomahawk::InfoSystem::InfoSystemCache* cache ) loadInfoPlugins( findInfoPlugins() ); #ifndef ENABLE_HEADLESS - //addInfoPlugin( InfoPluginPtr( new EchoNestPlugin() ) ); addInfoPlugin( InfoPluginPtr( new MusixMatchPlugin() ) ); addInfoPlugin( InfoPluginPtr( new MusicBrainzPlugin() ) ); addInfoPlugin( InfoPluginPtr( new ChartsPlugin() ) );