Skip to content

Commit

Permalink
fix 83cf4be
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 9, 2013
1 parent 83cf4be commit 5798f70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsdataitem.cpp
Expand Up @@ -266,7 +266,6 @@ void QgsDataItem::deleteChildItem( QgsDataItem * child )

QgsDataItem * QgsDataItem::removeChildItem( QgsDataItem * child )
{
deleteChildItem( child );
QgsDebugMsgLevel( "mName = " + child->mName, 2 );
int i = mChildren.indexOf( child );
Q_ASSERT( i >= 0 );
Expand Down

0 comments on commit 5798f70

Please sign in to comment.