mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
fix(ci): Remove unused function
This commit is contained in:
parent
14fb86ec70
commit
1ca71ce401
1 changed files with 0 additions and 3 deletions
|
@ -17,9 +17,6 @@ namespace {
|
||||||
inline bool operator==(const position& a, const position& b) {
|
inline bool operator==(const position& a, const position& b) {
|
||||||
return a.x + a.y == b.x + b.y;
|
return a.x + a.y == b.x + b.y;
|
||||||
}
|
}
|
||||||
inline bool operator!=(const position& a, const position& b) {
|
|
||||||
return !(a == b);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace modules {
|
namespace modules {
|
||||||
|
|
Loading…
Reference in a new issue