From 7423d56a9cfec4b5ab39bcbc1e28b35f6f4c2cfc Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 20 Oct 2014 17:03:06 +0200 Subject: [PATCH] Remove dead assignment --- src/libtomahawk/playlist/PlayableItem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libtomahawk/playlist/PlayableItem.cpp b/src/libtomahawk/playlist/PlayableItem.cpp index 75f438b86..e1b4d98cf 100644 --- a/src/libtomahawk/playlist/PlayableItem.cpp +++ b/src/libtomahawk/playlist/PlayableItem.cpp @@ -137,7 +137,6 @@ PlayableItem::init( PlayableItem* parent, int row ) if ( row < 0 ) { parent->children.append( this ); - row = parent->children.count() - 1; } else {