diff options
author | markt <markt> | 2007-02-18 17:47:38 (GMT) |
---|---|---|
committer | markt <markt> | 2007-02-18 17:47:38 (GMT) |
commit | ca710b371b500d29c6849e568c43f746a787bc5f (patch) | |
tree | 29b62e214b546c3e16f8991d1495deef23e3e9b1 /src/Window.cc | |
parent | 9212e1d7c81934720d764c03f2d27e41d31edb56 (diff) | |
download | fluxbox-ca710b371b500d29c6849e568c43f746a787bc5f.zip fluxbox-ca710b371b500d29c6849e568c43f746a787bc5f.tar.bz2 |
little cleanup
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 0deecd2..36bd271 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -596,7 +596,6 @@ void FluxboxWindow::attachClient(WinClient &client, int x, int y) { | |||
596 | // figure out which client to raise at the end | 596 | // figure out which client to raise at the end |
597 | if (FocusControl::focusedFbWindow() == old_win) { | 597 | if (FocusControl::focusedFbWindow() == old_win) { |
598 | was_focused = true; | 598 | was_focused = true; |
599 | focused_win = FocusControl::focusedWindow(); | ||
600 | } else if (FocusControl::focusedFbWindow() != this) { | 599 | } else if (FocusControl::focusedFbWindow() != this) { |
601 | FocusControl::FocusedWindows focus_list = | 600 | FocusControl::FocusedWindows focus_list = |
602 | screen().focusControl().focusedOrderList(); | 601 | screen().focusControl().focusedOrderList(); |