]> Dogcows Code - chaz/openbox/blobdiff - src/Window.hh
dont pass an unused parameter, and return an unused value
[chaz/openbox] / src / Window.hh
index 727f1006378bcfc0b19864602342a78ab4c8c52b..02c15bcbf480cbd788fd4f5f4ddccbd262e6f16d 100644 (file)
@@ -296,7 +296,7 @@ private:
   void setState(unsigned long new_state);
   void upsize(void);
   void doMove(int x_root, int y_root);
-  bool doWorkspaceWarping(int x_root, int y_root, int &dx, int dy);
+  void doWorkspaceWarping(int x_root, int y_root, int &dx);
   void doWindowSnapping(int &dx, int &dy);
   void endMove(void);
   void doResize(int x_root, int y_root);
This page took 0.026022 seconds and 4 git commands to generate.