Skip to content

Commit

Permalink
Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 20, 2019
1 parent b89e1f7 commit 1b7932a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/analysis/processing/qgsalgorithmpolygonstolines.h
Expand Up @@ -53,8 +53,6 @@ class QgsPolygonsToLinesAlgorithm : public QgsProcessingFeatureBasedAlgorithm
private:
QgsGeometry convertToLines( const QgsGeometry &geometry ) const;
QList<QgsCurve *> extractRings( const QgsAbstractGeometry *geom ) const;

friend class TestQgsProcessingAlgs;
};

///@endcond PRIVATE
Expand Down

0 comments on commit 1b7932a

Please sign in to comment.