Skip to content

Commit

Permalink
Remove unneeded methods
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 22, 2018
1 parent 07ab092 commit c8be505
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -42,9 +42,6 @@ class ANALYSIS_EXPORT QgsGeometryContainedCheckError : public QgsGeometryCheckEr
static_cast<QgsGeometryContainedCheckError *>( other )->containingFeature() == containingFeature();
}

static QString factoryDescription() { return QApplication::translate( "QgsGeometryContainedCheckError", "Within feature" ); }
QString description() const override { return factoryDescription(); }

private:
QPair<QString, QgsFeatureId> mContainingFeature;
};
Expand Down

0 comments on commit c8be505

Please sign in to comment.