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/FocusControl.hh | |
parent | a14c322dcbbc7330b6933230168d34411f7ac63b (diff) | |
download | fluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.zip fluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.tar.bz2 |
more dead functions
Diffstat (limited to 'src/FocusControl.hh')
-rw-r--r-- | src/FocusControl.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FocusControl.hh b/src/FocusControl.hh index 7fcfb2d..d76b51d 100644 --- a/src/FocusControl.hh +++ b/src/FocusControl.hh | |||
@@ -72,7 +72,6 @@ public: | |||
72 | void prevFocus(int options) { cycleFocus(options, true); } | 72 | void prevFocus(int options) { cycleFocus(options, true); } |
73 | void nextFocus(int options) { cycleFocus(options, false); } | 73 | void nextFocus(int options) { cycleFocus(options, false); } |
74 | void cycleFocus(int options, bool cycle_reverse); | 74 | void cycleFocus(int options, bool cycle_reverse); |
75 | void raiseFocus(); | ||
76 | 75 | ||
77 | void setScreenFocusedWindow(WinClient &win_client); | 76 | void setScreenFocusedWindow(WinClient &win_client); |
78 | void setFocusModel(FocusModel model); | 77 | void setFocusModel(FocusModel model); |