Skip to content

Commit

Permalink
Removed Q_UNUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 8, 2017
1 parent 1fdfecf commit d11ea07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/layertree/qgslayertreelayer.cpp
Expand Up @@ -99,7 +99,6 @@ void QgsLayerTreeLayer::setName( const QString &n )

QgsLayerTreeLayer *QgsLayerTreeLayer::readXml( QDomElement &element, const QgsReadWriteContext &context )
{
Q_UNUSED( context );
if ( element.tagName() != QLatin1String( "layer-tree-layer" ) )
return nullptr;

Expand Down

0 comments on commit d11ea07

Please sign in to comment.