X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Factions.cc;h=65546167da65e7082e04d75c0d9ea47aac510b6f;hb=ab2968b3a5d61e2dc6b0a64153a7abb0078ee442;hp=7360192299e9683cf7432dab89ce056eb5e3217d;hpb=baaaed3dc16b38e9704da7c6bc0edce7f2df068b;p=chaz%2Fopenbox 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) {