mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Fix unused variable warning
This commit is contained in:
@@ -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++ )
|
||||
{
|
||||
|
Reference in New Issue
Block a user