Skip to content

Commit 2ecb55f

Browse files
committedAug 25, 2015
remove duplicated line
1 parent 94eb41e commit 2ecb55f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/gui/qgsidentifymenu.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ void QgsIdentifyMenu::addVectorLayer( QgsVectorLayer* layer, const QList<QgsMapT
289289
if ( results.count() > 1 )
290290
{
291291
layerMenu = new QMenu( layer->name(), this );
292-
layerAction = layerMenu->menuAction();
293292
}
294293
// case 2b
295294
else

0 commit comments

Comments
 (0)
Please sign in to comment.