diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-23 12:10:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-23 12:10:57 +0000 |
| commit | 4c5671eecae90077dd930bf36af3be9e13305985 (patch) | |
| tree | b5f75d673969a5d6632ae1d7e399800775f9f398 /src/actions.cc | |
| parent | 73026adf3d0a2939b302b3306d7937e7aa5ba3dd (diff) | |
remove unused old handlers
Diffstat (limited to 'src/actions.cc')
| -rw-r--r-- | src/actions.cc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/actions.cc b/src/actions.cc index 73601922..65546167 100644 --- a/src/actions.cc +++ b/src/actions.cc @@ -271,24 +271,6 @@ void Actions::motionHandler(const XMotionEvent &e) openbox->bindings()->fireButton(&data); } -void Actions::mapRequestHandler(const XMapRequestEvent &e) -{ - otk::EventHandler::mapRequestHandler(e); - // do this in Screen::manageWindow -} - -void Actions::unmapHandler(const XUnmapEvent &e) -{ - otk::EventHandler::unmapHandler(e); - // do this in Screen::unmanageWindow -} - -void Actions::destroyHandler(const XDestroyWindowEvent &e) -{ - otk::EventHandler::destroyHandler(e); - // do this in Screen::unmanageWindow -} - #ifdef XKB void Actions::xkbHandler(const XkbEvent &e) { |
