1
0
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:
Christian Muehlhaeuser
2014-08-31 14:26:42 +02:00
parent da9349fc6d
commit 11346df96b

View File

@@ -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() )
{