mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
Remove dead assignment
This commit is contained in:
@@ -137,7 +137,6 @@ PlayableItem::init( PlayableItem* parent, int row )
|
|||||||
if ( row < 0 )
|
if ( row < 0 )
|
||||||
{
|
{
|
||||||
parent->children.append( this );
|
parent->children.append( this );
|
||||||
row = parent->children.count() - 1;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user