diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-21 09:23:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-21 09:23:00 +0000 |
| commit | d7a655137bdb7f02cb79714e7d92aa0c26a55520 (patch) | |
| tree | 7f9266b877bbbf0439f3fbc0c940989fb883888f /src/Window.hh | |
| parent | 75f124a2bb21b726feadeafb3b59cd6a28cab544 (diff) | |
dont pass an unused parameter, and return an unused value
Diffstat (limited to 'src/Window.hh')
| -rw-r--r-- | src/Window.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index 727f1006..02c15bcb 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -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); |
