summaryrefslogtreecommitdiff
path: root/src/Util.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-02 14:57:02 +0000
committerDana Jansens <danakj@orodu.net>2002-07-02 14:57:02 +0000
commit888c0bac90d4932d00dd7f7447ea52117aff6de0 (patch)
treedac16983de54810978e5f39506ea0fccd49937da /src/Util.hh
parentffa4c7f3414944869016497a4f560c24b9d8b3e9 (diff)
backing out all changes to make mouse button mapping's configurable
Diffstat (limited to 'src/Util.hh')
-rw-r--r--src/Util.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Util.hh b/src/Util.hh
index 393c0089..2a40308d 100644
--- a/src/Util.hh
+++ b/src/Util.hh
@@ -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;