]> Dogcows Code - chaz/openbox/blobdiff - src/Util.cc
allow style options in the rc file to override those found in the style
[chaz/openbox] / src / Util.cc
index 514774239c1b4de4f1c03c329f75c7c72c73c0f4..1b521aafb6f872259e2eff92e64a7486194e55a3 100644 (file)
@@ -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;
 
This page took 0.019906 seconds and 4 git commands to generate.