aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2005-12-22 23:40:36 (GMT)
committerfluxgen <fluxgen>2005-12-22 23:40:36 (GMT)
commit05ac62be90fa66a8cf397f4d919af76d05c44bd1 (patch)
treedf0d68d8e91c7640f7b07731559ca214761c490b /src
parent6e95ba9ceebbe555d2e74cefb91e5dec5c8a16f9 (diff)
downloadfluxbox-05ac62be90fa66a8cf397f4d919af76d05c44bd1.zip
fluxbox-05ac62be90fa66a8cf397f4d919af76d05c44bd1.tar.bz2
removed unused variable
Diffstat (limited to 'src')
-rw-r--r--src/Window.cc2
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) {
1572void FluxboxWindow::setFullscreen(bool flag) { 1571void 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