From 05ac62be90fa66a8cf397f4d919af76d05c44bd1 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Thu, 22 Dec 2005 23:40:36 +0000
Subject: removed unused variable

---
 src/Window.cc | 2 --
 1 file changed, 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) {
 
     // 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::withdraw(bool interrupt_moving) {
 void FluxboxWindow::setFullscreen(bool flag) {
 
     const int head = screen().getHead(fbWindow());
-    Fluxbox* fb = Fluxbox::instance();
     
     if (flag && !isFullscreen()) {
 
-- 
cgit v0.11.2