Skip to content

Commit c8be505

Browse files
committedDec 22, 2018
Remove unneeded methods
1 parent 07ab092 commit c8be505

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/analysis/vector/geometry_checker/qgsgeometrycontainedcheck.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ class ANALYSIS_EXPORT QgsGeometryContainedCheckError : public QgsGeometryCheckEr
4242
static_cast<QgsGeometryContainedCheckError *>( other )->containingFeature() == containingFeature();
4343
}
4444

45-
static QString factoryDescription() { return QApplication::translate( "QgsGeometryContainedCheckError", "Within feature" ); }
46-
QString description() const override { return factoryDescription(); }
47-
4845
private:
4946
QPair<QString, QgsFeatureId> mContainingFeature;
5047
};

0 commit comments

Comments
 (0)