Remove unused operator==

This commit is contained in:
patrick96 2022-10-01 22:28:08 +02:00
parent 463ef963a1
commit ae3deab0db
No known key found for this signature in database
GPG Key ID: 521E5E03AEBCA1A7
1 changed files with 0 additions and 6 deletions

View File

@ -14,12 +14,6 @@
POLYBAR_NS
namespace {
inline bool operator==(const position& a, const position& b) {
return a.x + a.y == b.x + b.y;
}
} // namespace
/**
* Defines a lexicographical order on position
*/