Move operator==(const GncGUID&, const GncGUID&) to guid.[ch]pp.

This commit is contained in:
John Ralls
2023-03-18 13:53:49 -07:00
parent 352ab8a0e5
commit 00c560d8f5
3 changed files with 10 additions and 7 deletions

View File

@@ -223,12 +223,6 @@ GncOptionQofInstanceValue::reset_default_value()
m_value = m_default_value;
}
static bool
operator==(const GncGUID& l, const GncGUID& r)
{
return guid_equal(&l, &r);
}
bool
GncOptionQofInstanceValue::is_changed() const noexcept
{