Skip to content

Commit 97a9659

Browse files
committed
fix rebase issues
1 parent a05e787 commit 97a9659

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/analysis/vector/geometry_checker/qgsgeometryduplicatecheck.h

-6
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ class ANALYSIS_EXPORT QgsGeometryDuplicateCheck : public QgsGeometryCheck
7070
static QString factoryId();
7171
static QgsGeometryCheck::CheckType factoryCheckType();
7272

73-
static QList<QgsWkbTypes::GeometryType> factoryCompatibleGeometryTypes() {return {QgsWkbTypes::PointGeometry, QgsWkbTypes::LineGeometry, QgsWkbTypes::PolygonGeometry}; }
74-
static bool factoryIsCompatible( QgsVectorLayer *layer ) SIP_SKIP { return factoryCompatibleGeometryTypes().contains( layer->geometryType() ); }
75-
static QString factoryDescription() { return tr( "Duplicate" ); }
76-
static QString factoryId();
77-
static QgsGeometryCheck::CheckType factoryCheckType();
78-
7973
enum ResolutionMethod { NoChange, RemoveDuplicates };
8074
};
8175

0 commit comments

Comments
 (0)