Skip to content

Commit

Permalink
Removed unused Q_UNUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 4, 2018
1 parent 74adc04 commit 9cece3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/qgsfieldformatter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ QgsFieldFormatter::QgsFieldFormatter() //NOLINT

QString QgsFieldFormatter::representValue( QgsVectorLayer *layer, int fieldIndex, const QVariantMap &config, const QVariant &cache, const QVariant &value ) const
{
Q_UNUSED( layer )
Q_UNUSED( fieldIndex )
Q_UNUSED( config )
Q_UNUSED( cache )
Q_UNUSED( value )

QString defVal;
if ( layer->fields().fieldOrigin( fieldIndex ) == QgsFields::OriginProvider && layer->dataProvider() )
Expand Down

0 comments on commit 9cece3e

Please sign in to comment.