aboutsummaryrefslogtreecommitdiff
path: root/src/FocusControl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FocusControl.cc')
-rw-r--r--src/FocusControl.cc5
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
151void FocusControl::addFocusFront(WinClient &client) {
152 m_focused_list.push_front(&client);
153 m_creation_order_list.push_back(&client);
154}
155
156void FocusControl::addFocusBack(WinClient &client) { 151void 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);