diff options
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); |