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:
parent
60672e2d0c
commit
9327204c78
@ -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++ )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user