1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-18 23:09:42 +01:00

Remove unused variable

This commit is contained in:
Uwe L. Korn 2014-06-02 13:05:09 +01:00
parent af3352dca3
commit 216a9f5593
2 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@ JSResolverHelper::JSResolverHelper( const QString& scriptPath, JSResolver* paren
, m_resolver( parent )
, m_scriptPath( scriptPath )
, m_urlCallbackIsAsync( false )
, m_urlTranslatorIsAsync( false )
{
}

View File

@ -88,7 +88,6 @@ private:
QHash< QString, boost::function< void( const QString&, QSharedPointer< QIODevice >& ) > > m_streamCallbacks;
QHash< QString, boost::function< void( const QString& ) > > m_translatorCallbacks;
bool m_urlCallbackIsAsync;
bool m_urlTranslatorIsAsync;
QString m_pendingUrl;
Tomahawk::album_ptr m_pendingAlbum;
};