aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-03-10 18:06:09 (GMT)
committermarkt <markt>2007-03-10 18:06:09 (GMT)
commit61cf82771af9d39703ad0ebfdc9299fe5ffe525d (patch)
treeb67a9317b3a3b01016a31e181e630bffb3652c36 /src/Window.hh
parent4ed76f99b61a65356c63d13c526e8e04642ea053 (diff)
downloadfluxbox-61cf82771af9d39703ad0ebfdc9299fe5ffe525d.zip
fluxbox-61cf82771af9d39703ad0ebfdc9299fe5ffe525d.tar.bz2
removed some useless code
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 4923ca6..1e55fb5 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -198,8 +198,7 @@ public:
198 // map this window 198 // map this window
199 void show(); 199 void show();
200 // unmap this window 200 // unmap this window
201 void hide() { hide(true); } 201 void hide(bool interrupt_moving = true);
202 void hide(bool interrupt_moving);
203 void iconify(); 202 void iconify();
204 void deiconify(bool reassoc = true, bool do_raise = true); 203 void deiconify(bool reassoc = true, bool do_raise = true);
205 204