aboutsummaryrefslogtreecommitdiff
path: root/src/FocusControl.cc
diff options
context:
space:
mode:
authormarkt <markt>2006-07-06 22:09:18 (GMT)
committermarkt <markt>2006-07-06 22:09:18 (GMT)
commit4e820f5ba3bb35cce5a1e1d8ca2f770dc4f42299 (patch)
tree31536909c5002577acbf2c561d1f678e8ea4479c /src/FocusControl.cc
parent5b2e9bf021f7fd821ea795bcd518ba8fbf3dd09d (diff)
downloadfluxbox-4e820f5ba3bb35cce5a1e1d8ca2f770dc4f42299.zip
fluxbox-4e820f5ba3bb35cce5a1e1d8ca2f770dc4f42299.tar.bz2
new dead function
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);