blef
This commit is contained in:
parent
496c185f99
commit
c2c21e9588
1 changed files with 1 additions and 2 deletions
|
@ -159,9 +159,8 @@ Bindings::~Bindings()
|
||||||
if (_timer)
|
if (_timer)
|
||||||
delete _timer;
|
delete _timer;
|
||||||
|
|
||||||
grabKeys(false);
|
|
||||||
removeAllKeys();
|
removeAllKeys();
|
||||||
// removeAllButtons(); XXX
|
//removeAllButtons(); // this is done by each client as they are unmanaged
|
||||||
removeAllEvents();
|
removeAllEvents();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue