mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Remove unused variable
This commit is contained in:
@@ -52,7 +52,6 @@ JSResolverHelper::JSResolverHelper( const QString& scriptPath, JSResolver* paren
|
|||||||
, m_resolver( parent )
|
, m_resolver( parent )
|
||||||
, m_scriptPath( scriptPath )
|
, m_scriptPath( scriptPath )
|
||||||
, m_urlCallbackIsAsync( false )
|
, m_urlCallbackIsAsync( false )
|
||||||
, m_urlTranslatorIsAsync( false )
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -88,7 +88,6 @@ private:
|
|||||||
QHash< QString, boost::function< void( const QString&, QSharedPointer< QIODevice >& ) > > m_streamCallbacks;
|
QHash< QString, boost::function< void( const QString&, QSharedPointer< QIODevice >& ) > > m_streamCallbacks;
|
||||||
QHash< QString, boost::function< void( const QString& ) > > m_translatorCallbacks;
|
QHash< QString, boost::function< void( const QString& ) > > m_translatorCallbacks;
|
||||||
bool m_urlCallbackIsAsync;
|
bool m_urlCallbackIsAsync;
|
||||||
bool m_urlTranslatorIsAsync;
|
|
||||||
QString m_pendingUrl;
|
QString m_pendingUrl;
|
||||||
Tomahawk::album_ptr m_pendingAlbum;
|
Tomahawk::album_ptr m_pendingAlbum;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user