Issue #77 Remove outdated function

This commit is contained in:
Mat Sutcliffe
2020-08-25 22:20:59 +01:00
parent 4eb496c8e3
commit 15789902a1
3 changed files with 1 additions and 26 deletions

View File

@@ -312,12 +312,6 @@ namespace BlackMisc
return derived()->toQString().compare(compareValue.toQString());
}
} // Mixin
template <class T>
bool Predicates::Private::Matches::operator()(const T &value) const
{
return m_map.matches(value);
}
} // ns
Q_DECLARE_METATYPE(BlackMisc::CPropertyIndexVariantMap)