diff options
Diffstat (limited to 'src/FocusControl.cc')
-rw-r--r-- | src/FocusControl.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/FocusControl.cc b/src/FocusControl.cc index 339541c..48ae36f 100644 --- a/src/FocusControl.cc +++ b/src/FocusControl.cc | |||
@@ -148,11 +148,6 @@ void FocusControl::cycleFocus(int opts, bool cycle_reverse) { | |||
148 | m_cycling_window = it; | 148 | m_cycling_window = it; |
149 | } | 149 | } |
150 | 150 | ||
151 | void FocusControl::addFocusFront(WinClient &client) { | ||
152 | m_focused_list.push_front(&client); | ||
153 | m_creation_order_list.push_back(&client); | ||
154 | } | ||
155 | |||
156 | void FocusControl::addFocusBack(WinClient &client) { | 151 | void FocusControl::addFocusBack(WinClient &client) { |
157 | m_focused_list.push_back(&client); | 152 | m_focused_list.push_back(&client); |
158 | m_creation_order_list.push_back(&client); | 153 | m_creation_order_list.push_back(&client); |