]> Dogcows Code - chaz/openbox/blobdiff - src/Util.hh
some memory bugs from woodblock (thanks!)
[chaz/openbox] / src / Util.hh
index 393c00893beca853fcc7b10189029090ab48a454..2a40308d8c34ad84e44ca4d39b071df82ea16024 100644 (file)
@@ -71,7 +71,6 @@ public:
   inline bool valid(void) const { return _x2 > _x1 && _y2 > _y1; }
 
   bool intersects(const Rect &a) const;
-  bool contains(int _x, int _y) const;
 
 private:
   int _x1, _y1, _x2, _y2;
This page took 0.02309 seconds and 4 git commands to generate.