From 888c0bac90d4932d00dd7f7447ea52117aff6de0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 2 Jul 2002 14:57:02 +0000 Subject: backing out all changes to make mouse button mapping's configurable --- src/Util.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Util.hh') 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; -- cgit v1.2.3