diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-30 08:52:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-30 08:52:35 +0000 |
| commit | c2c21e9588c00944dfed4cfc7e48d14570444534 (patch) | |
| tree | da8f7a0cd907ef95260a980c075e5b08b62cdb80 /src/bindings.cc | |
| parent | 496c185f997fddf052c230b156f551da770e78ca (diff) | |
blef
Diffstat (limited to 'src/bindings.cc')
| -rw-r--r-- | src/bindings.cc | 3 |
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(); } |
