X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FUtil.cc;h=1b521aafb6f872259e2eff92e64a7486194e55a3;hb=137a0c4e596409a1d35f0f6ea1bd6e4fcd5a3831;hp=514774239c1b4de4f1c03c329f75c7c72c73c0f4;hpb=ffa4c7f3414944869016497a4f560c24b9d8b3e9;p=chaz%2Fopenbox diff --git a/src/Util.cc b/src/Util.cc index 51477423..1b521aaf 100644 --- a/src/Util.cc +++ b/src/Util.cc @@ -141,12 +141,6 @@ bool Rect::intersects(const Rect &a) const { } -bool Rect::contains(int __x, int __y) const { - return __x >= _x1 && __x <= _x2 && - __y >= _y1 && __y <= _y2; -} - - string expandTilde(const string& s) { if (s[0] != '~') return s;