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.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/Util.cc') 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; -- cgit v1.2.3