Skip to content

Commit 1b7932a

Browse files
committedJan 20, 2019
Minor code cleanup
1 parent b89e1f7 commit 1b7932a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/analysis/processing/qgsalgorithmpolygonstolines.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ class QgsPolygonsToLinesAlgorithm : public QgsProcessingFeatureBasedAlgorithm
5353
private:
5454
QgsGeometry convertToLines( const QgsGeometry &geometry ) const;
5555
QList<QgsCurve *> extractRings( const QgsAbstractGeometry *geom ) const;
56-
57-
friend class TestQgsProcessingAlgs;
5856
};
5957

6058
///@endcond PRIVATE

0 commit comments

Comments
 (0)
Please sign in to comment.