diff options
Diffstat (limited to 'src/FocusControl.cc')
-rw-r--r-- | src/FocusControl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/FocusControl.cc b/src/FocusControl.cc index ce46dcc..78752bb 100644 --- a/src/FocusControl.cc +++ b/src/FocusControl.cc | |||
@@ -146,8 +146,6 @@ void FocusControl::cycleFocus(const FocusableList &window_list, | |||
146 | 146 | ||
147 | // if we were already cycling, then restore the old state | 147 | // if we were already cycling, then restore the old state |
148 | if (m_cycling_last) { | 148 | if (m_cycling_last) { |
149 | m_screen.layerManager().restack(); | ||
150 | |||
151 | // set back to originally selected window in that group | 149 | // set back to originally selected window in that group |
152 | m_cycling_last->fbwindow()->setCurrentClient(*m_cycling_last, false); | 150 | m_cycling_last->fbwindow()->setCurrentClient(*m_cycling_last, false); |
153 | 151 | ||