diff options
author | markt <markt> | 2006-07-01 02:56:46 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-01 02:56:46 (GMT) |
commit | 698539d9b9012bb6c282725e775e358c1bd4a281 (patch) | |
tree | 2e4fae2776b7384058addbcfdbf2cc22605a3885 /src/Slit.hh | |
parent | a14c322dcbbc7330b6933230168d34411f7ac63b (diff) | |
download | fluxbox_pavel-698539d9b9012bb6c282725e775e358c1bd4a281.zip fluxbox_pavel-698539d9b9012bb6c282725e775e358c1bd4a281.tar.bz2 |
more dead functions
Diffstat (limited to 'src/Slit.hh')
-rw-r--r-- | src/Slit.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Slit.hh b/src/Slit.hh index a30933a..35919c6 100644 --- a/src/Slit.hh +++ b/src/Slit.hh | |||
@@ -73,7 +73,6 @@ public: | |||
73 | void hide() { frame.window.hide(); } | 73 | void hide() { frame.window.hide(); } |
74 | void setDirection(Direction dir); | 74 | void setDirection(Direction dir); |
75 | void setPlacement(Placement place); | 75 | void setPlacement(Placement place); |
76 | void setAutoHide(bool val); | ||
77 | void addClient(Window clientwin); | 76 | void addClient(Window clientwin); |
78 | void removeClient(Window clientwin, bool remap = true); | 77 | void removeClient(Window clientwin, bool remap = true); |
79 | void reconfigure(); | 78 | void reconfigure(); |