]> Dogcows Code - chaz/openbox/blobdiff - src/actions.hh
moving a window is possible once again
[chaz/openbox] / src / actions.hh
index 4a6580610e65b769fdbd5028c566c91335241e1e..2b68153ab57c3d9c9908283af27a6ec177ccc158 100644 (file)
@@ -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
This page took 0.021599 seconds and 4 git commands to generate.