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 d76b51d..e13c645 100644 --- a/src/FocusControl.hh +++ b/src/FocusControl.hh | |||
@@ -83,7 +83,6 @@ public: | |||
83 | bool isMouseFocus() const { return focusModel() == MOUSEFOCUS; } | 83 | bool isMouseFocus() const { return focusModel() == MOUSEFOCUS; } |
84 | bool isMouseTabFocus() const { return tabFocusModel() == MOUSETABFOCUS; } | 84 | bool isMouseTabFocus() const { return tabFocusModel() == MOUSETABFOCUS; } |
85 | bool isCycling() const { return m_cycling_focus; } | 85 | bool isCycling() const { return m_cycling_focus; } |
86 | void addFocusFront(WinClient &client); | ||
87 | void addFocusBack(WinClient &client); | 86 | void addFocusBack(WinClient &client); |
88 | 87 | ||
89 | FocusModel focusModel() const { return *m_focus_model; } | 88 | FocusModel focusModel() const { return *m_focus_model; } |