From 4c5671eecae90077dd930bf36af3be9e13305985 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 Jan 2003 12:10:57 +0000 Subject: remove unused old handlers --- src/actions.cc | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/actions.cc') 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) { -- cgit v1.2.3