diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.h b/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.h
index 277133c..ea7e045 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.h
@@ -145,8 +145,6 @@ private:
*/
void _reset();
- void _validateConflictSubset(const ConstOsmMapPtr& map, std::vector<ConstMatchPtr> matches);
-
void _printMatches(std::vector<ConstMatchPtr> matches);
void _printMatches(std::vector<ConstMatchPtr> matches, const MatchType& typeFilter);
QString _matchSetToString(const MatchSet& matchSet) const;