Remove unused operator==
This commit is contained in:
parent
463ef963a1
commit
ae3deab0db
@ -14,12 +14,6 @@
|
|||||||
|
|
||||||
POLYBAR_NS
|
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
|
* Defines a lexicographical order on position
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user