diff --git a/src/modules/xworkspaces.cpp b/src/modules/xworkspaces.cpp index b4f1f1d1..f14ce1d3 100644 --- a/src/modules/xworkspaces.cpp +++ b/src/modules/xworkspaces.cpp @@ -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 */