diff --git a/src/modules/xworkspaces.cpp b/src/modules/xworkspaces.cpp index 98caedad..dfaf4141 100644 --- a/src/modules/xworkspaces.cpp +++ b/src/modules/xworkspaces.cpp @@ -17,9 +17,6 @@ namespace { inline bool operator==(const position& a, const position& b) { return a.x + a.y == b.x + b.y; } - inline bool operator!=(const position& a, const position& b) { - return !(a == b); - } } namespace modules {