From d7a655137bdb7f02cb79714e7d92aa0c26a55520 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 21 Aug 2002 09:23:00 +0000 Subject: dont pass an unused parameter, and return an unused value --- src/Window.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Window.hh') 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); -- cgit v1.2.3