mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
* Remove obsolete var.
This commit is contained in:
@@ -221,8 +221,6 @@ PlaylistItem::dropMimeData( const QMimeData* data, Qt::DropAction action )
|
|||||||
if ( m_playlist->busy() )
|
if ( m_playlist->busy() )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
QList< Tomahawk::query_ptr > queries;
|
|
||||||
|
|
||||||
if ( data->hasFormat( "application/tomahawk.playlist.id" ) &&
|
if ( data->hasFormat( "application/tomahawk.playlist.id" ) &&
|
||||||
data->data( "application/tomahawk.playlist.id" ) == m_playlist->guid() )
|
data->data( "application/tomahawk.playlist.id" ) == m_playlist->guid() )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user