diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc index 153a9c1..aa9e32e 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -621,7 +621,6 @@ void FluxboxWindow::attachClient(WinClient &client, int x, int y) { | |||
621 | 621 | ||
622 | // reparent client win to this frame | 622 | // reparent client win to this frame |
623 | frame().setClientWindow(client); | 623 | frame().setClientWindow(client); |
624 | FbTk::EventManager &evm = *FbTk::EventManager::instance(); | ||
625 | WinClient *was_focused = 0; | 624 | WinClient *was_focused = 0; |
626 | WinClient *focused_win = Fluxbox::instance()->getFocusedWindow(); | 625 | WinClient *focused_win = Fluxbox::instance()->getFocusedWindow(); |
627 | 626 | ||
@@ -1572,7 +1571,6 @@ void FluxboxWindow::withdraw(bool interrupt_moving) { | |||
1572 | void FluxboxWindow::setFullscreen(bool flag) { | 1571 | void FluxboxWindow::setFullscreen(bool flag) { |
1573 | 1572 | ||
1574 | const int head = screen().getHead(fbWindow()); | 1573 | const int head = screen().getHead(fbWindow()); |
1575 | Fluxbox* fb = Fluxbox::instance(); | ||
1576 | 1574 | ||
1577 | if (flag && !isFullscreen()) { | 1575 | if (flag && !isFullscreen()) { |
1578 | 1576 | ||