Skip to content

Commit

Permalink
Remove unused global static
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 2, 2019
1 parent f8f9de8 commit bf32f32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsvectorfilewriter.h
Expand Up @@ -904,7 +904,6 @@ class CORE_EXPORT QgsVectorFileWriter : public QgsFeatureSink
std::unique_ptr< QgsFeatureRenderer > createSymbologyRenderer( QgsFeatureRenderer *sourceRenderer ) const;
//! Adds attributes needed for classification
static void addRendererAttributes( QgsFeatureRenderer *renderer, QgsRenderContext &context, const QgsFields &fields, QgsAttributeList &attList );
static QMap<QString, MetaData> sDriverMetadata;

//! Concatenates a list of options using their default values
static QStringList concatenateOptions( const QMap<QString, Option *> &options );
Expand Down

0 comments on commit bf32f32

Please sign in to comment.