diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Window.cc b/src/Window.cc index f6c7242..687f2d4 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -627,7 +627,6 @@ void FluxboxWindow::attachClient(WinClient &client, int x, int y) { | |||
627 | WinClient *was_focused = 0; | 627 | WinClient *was_focused = 0; |
628 | WinClient *focused_win = FocusControl::focusedWindow(); | 628 | WinClient *focused_win = FocusControl::focusedWindow(); |
629 | 629 | ||
630 | WinClient *other = m_screen.findGroupLeft(client); | ||
631 | // get the current window on the end of our client list | 630 | // get the current window on the end of our client list |
632 | Window leftwin = None; | 631 | Window leftwin = None; |
633 | if (!clientList().empty()) | 632 | if (!clientList().empty()) |
@@ -691,9 +690,6 @@ void FluxboxWindow::attachClient(WinClient &client, int x, int y) { | |||
691 | 690 | ||
692 | client.saveBlackboxAttribs(m_blackbox_attrib); | 691 | client.saveBlackboxAttribs(m_blackbox_attrib); |
693 | m_clientlist.push_back(&client); | 692 | m_clientlist.push_back(&client); |
694 | |||
695 | if (other && other->fbwindow() == this) | ||
696 | moveClientRightOf(client, *other); | ||
697 | } | 693 | } |
698 | 694 | ||
699 | // make sure that the state etc etc is updated for the new client | 695 | // make sure that the state etc etc is updated for the new client |