remove unused old handlers
This commit is contained in:
parent
73026adf3d
commit
4c5671eeca
2 changed files with 0 additions and 22 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue