1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02: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(); // qDebug() << "Removing source item from SourceTree:" << source->friendlyName();
QModelIndex idx;
int rows = rowCount(); int rows = rowCount();
for ( int row = 0; row < rows; row++ ) for ( int row = 0; row < rows; row++ )
{ {