all repos — fluxbox @ 05ac62be90fa66a8cf397f4d919af76d05c44bd1

custom fork of the fluxbox windowmanager

removed unused variable
fluxgen fluxgen
commit

05ac62be90fa66a8cf397f4d919af76d05c44bd1

parent

6e95ba9ceebbe555d2e74cefb91e5dec5c8a16f9

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -621,7 +621,6 @@ menu().hide();

// reparent client win to this frame frame().setClientWindow(client); - FbTk::EventManager &evm = *FbTk::EventManager::instance(); WinClient *was_focused = 0; WinClient *focused_win = Fluxbox::instance()->getFocusedWindow();

@@ -1572,7 +1571,6 @@ */

void FluxboxWindow::setFullscreen(bool flag) { const int head = screen().getHead(fbWindow()); - Fluxbox* fb = Fluxbox::instance(); if (flag && !isFullscreen()) {