1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-16 22:08:17 +01:00

Fix unused variable warning

This commit is contained in:
Dominik Schmidt 2018-10-30 19:44:22 +01:00
parent 60672e2d0c
commit 9327204c78

View File

@ -385,7 +385,6 @@ SourcesModel::removeItem( const Tomahawk::source_ptr& source )
{
// qDebug() << "Removing source item from SourceTree:" << source->friendlyName();
QModelIndex idx;
int rows = rowCount();
for ( int row = 0; row < rows; row++ )
{