diff --git a/src/TomahawkApp.cpp b/src/TomahawkApp.cpp index 5e8c30583..c5b83cb69 100644 --- a/src/TomahawkApp.cpp +++ b/src/TomahawkApp.cpp @@ -477,8 +477,6 @@ TomahawkApp::registerMetaTypes() qRegisterMetaType< Tomahawk::DynamicPlaylistRevision >("Tomahawk::DynamicPlaylistRevision"); qRegisterMetaType< Tomahawk::QID >("Tomahawk::QID"); - qRegisterMetaType< AudioErrorCode >("AudioErrorCode"); - qRegisterMetaType< Tomahawk::InfoSystem::InfoStringHash >( "Tomahawk::InfoSystem::InfoStringHash" ); qRegisterMetaType< Tomahawk::InfoSystem::InfoType >( "Tomahawk::InfoSystem::InfoType" ); qRegisterMetaType< Tomahawk::InfoSystem::PushInfoFlags >( "Tomahawk::InfoSystem::PushInfoFlags" );