mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +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() )
|
||||
return false;
|
||||
|
||||
QList< Tomahawk::query_ptr > queries;
|
||||
|
||||
if ( data->hasFormat( "application/tomahawk.playlist.id" ) &&
|
||||
data->data( "application/tomahawk.playlist.id" ) == m_playlist->guid() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user