diff options
author | markt <markt> | 2006-07-06 22:09:18 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-06 22:09:18 (GMT) |
commit | 4e820f5ba3bb35cce5a1e1d8ca2f770dc4f42299 (patch) | |
tree | 31536909c5002577acbf2c561d1f678e8ea4479c /src/FocusControl.cc | |
parent | 5b2e9bf021f7fd821ea795bcd518ba8fbf3dd09d (diff) | |
download | fluxbox_pavel-4e820f5ba3bb35cce5a1e1d8ca2f770dc4f42299.zip fluxbox_pavel-4e820f5ba3bb35cce5a1e1d8ca2f770dc4f42299.tar.bz2 |
new dead function
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); |