Skip to content

Commit 9cece3e

Browse files
committedApr 4, 2018
Removed unused Q_UNUSED
1 parent 74adc04 commit 9cece3e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/core/qgsfieldformatter.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ QgsFieldFormatter::QgsFieldFormatter() //NOLINT
2525

2626
QString QgsFieldFormatter::representValue( QgsVectorLayer *layer, int fieldIndex, const QVariantMap &config, const QVariant &cache, const QVariant &value ) const
2727
{
28-
Q_UNUSED( layer )
29-
Q_UNUSED( fieldIndex )
3028
Q_UNUSED( config )
3129
Q_UNUSED( cache )
32-
Q_UNUSED( value )
3330

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

0 commit comments

Comments
 (0)
Please sign in to comment.