1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 14:46:33 +02:00

Remove dead assignment

This commit is contained in:
Uwe L. Korn
2014-10-20 17:03:06 +02:00
parent 3db2db5dd2
commit 7423d56a9c

View File

@@ -137,7 +137,6 @@ PlayableItem::init( PlayableItem* parent, int row )
if ( row < 0 )
{
parent->children.append( this );
row = parent->children.count() - 1;
}
else
{