From ca3e463057ebf8a7a48a5997aedc062cdac72f3f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 3 Jan 2003 05:26:04 +0000 Subject: moving a window is possible once again --- src/actions.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/actions.hh') diff --git a/src/actions.hh b/src/actions.hh index 4a658061..2b68153a 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -64,8 +64,6 @@ private: Used for motion events as the starting position. */ ButtonPressAction *_posqueue[BUTTONS]; - //! The delta x/y of the last motion sequence - int _dx, _dy; void insertPress(const XButtonEvent &e); @@ -99,7 +97,6 @@ public: virtual void unmapHandler(const XUnmapEvent &e); virtual void destroyHandler(const XDestroyWindowEvent &e); - //! Add a callback funtion to the back of the hook list /*! Registering functions for KeyPress events is pointless. Use -- cgit v1.2.3