summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-30 08:52:35 +0000
committerDana Jansens <danakj@orodu.net>2003-01-30 08:52:35 +0000
commitc2c21e9588c00944dfed4cfc7e48d14570444534 (patch)
treeda8f7a0cd907ef95260a980c075e5b08b62cdb80 /src
parent496c185f997fddf052c230b156f551da770e78ca (diff)
blef
Diffstat (limited to 'src')
-rw-r--r--src/bindings.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bindings.cc b/src/bindings.cc
index 757f66b5..783b6479 100644
--- a/src/bindings.cc
+++ b/src/bindings.cc
@@ -159,9 +159,8 @@ Bindings::~Bindings()
if (_timer)
delete _timer;
- grabKeys(false);
removeAllKeys();
-// removeAllButtons(); XXX
+ //removeAllButtons(); // this is done by each client as they are unmanaged
removeAllEvents();
}