-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.54..v0.2.55 changeset MatchFactory.h
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchFactory.h b/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchFactory.h
index df07ae1..ca31f17 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchFactory.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchFactory.h
@@ -123,8 +123,6 @@ private:
static void _setMatchCreators(QStringList matchCreatorsList);
static void _setTagFilter(QString filter) { _theInstance->_tagFilter = filter; }
- static void _tempFixDefaults();
-
friend class MatchCandidateCountVisitorTest;
friend class MatchCandidateCountVisitorRndTest;
friend class TestUtils;