diff options
author | fluxgen <fluxgen> | 2005-12-22 23:40:36 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2005-12-22 23:40:36 (GMT) |
commit | 05ac62be90fa66a8cf397f4d919af76d05c44bd1 (patch) | |
tree | df0d68d8e91c7640f7b07731559ca214761c490b | |
parent | 6e95ba9ceebbe555d2e74cefb91e5dec5c8a16f9 (diff) | |
download | fluxbox-05ac62be90fa66a8cf397f4d919af76d05c44bd1.zip fluxbox-05ac62be90fa66a8cf397f4d919af76d05c44bd1.tar.bz2 |
removed unused variable
-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 | ||