From 1ca71ce401af28e6953c887a8ddeba4754545088 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Wed, 25 Jan 2017 12:20:06 +0100 Subject: [PATCH] fix(ci): Remove unused function --- src/modules/xworkspaces.cpp | 3 --- 1 file changed, 3 deletions(-) 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 {