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 | |
| parent | 73026adf3d0a2939b302b3306d7937e7aa5ba3dd (diff) | |
remove unused old handlers
Diffstat (limited to 'src')
| -rw-r--r-- | src/actions.cc | 18 | ||||
| -rw-r--r-- | src/actions.hh | 4 |
2 files changed, 0 insertions, 22 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) { diff --git a/src/actions.hh b/src/actions.hh index 1c0c064e..8fb728df 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -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 |
