]> Dogcows Code - chaz/openbox/commitdiff
remove unused old handlers
authorDana Jansens <danakj@orodu.net>
Thu, 23 Jan 2003 12:10:57 +0000 (12:10 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 23 Jan 2003 12:10:57 +0000 (12:10 +0000)
src/actions.cc
src/actions.hh

index 7360192299e9683cf7432dab89ce056eb5e3217d..65546167da65e7082e04d75c0d9ea47aac510b6f 100644 (file)
@@ -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)
 {
index 1c0c064e4db2404bbb72f31112a20ce564d3858b..8fb728df84a2c79afc7a4d811f4b8936eed07a03 100644 (file)
@@ -79,10 +79,6 @@ public:
 
   virtual void motionHandler(const XMotionEvent &e);
 
-  virtual void mapRequestHandler(const XMapRequestEvent &e);
-  virtual void unmapHandler(const XUnmapEvent &e);
-  virtual void destroyHandler(const XDestroyWindowEvent &e);
-
 #ifdef    XKB
   virtual void xkbHandler(const XkbEvent &e);
 #endif // XKB
This page took 0.027266 seconds and 4 git commands to generate.