This commit is contained in:
Dana Jansens 2003-01-30 08:52:35 +00:00
parent 496c185f99
commit c2c21e9588

View file

@ -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();
} }