From ae3deab0db349f55f831cf65eb8f5a6f22d0b49a Mon Sep 17 00:00:00 2001 From: patrick96 Date: Sat, 1 Oct 2022 22:28:08 +0200 Subject: [PATCH] Remove unused operator== --- src/modules/xworkspaces.cpp | 6 ------ 1 file changed, 6 deletions(-) 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 */