From 575578d810733e0ca8d970f5923594a9d1930216 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Tue, 3 May 2005 09:53:13 +0000
Subject: minor fix

---
 src/Window.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Window.cc b/src/Window.cc
index 65e1436..08a87ab 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -813,7 +813,6 @@ bool FluxboxWindow::removeClient(WinClient &client) {
     FbTk::TextButton *label_btn = m_labelbuttons[&client];
     if (label_btn != 0) {
         frame().removeTab(label_btn);
-        evm.remove(label_btn->window());
         label_btn = 0;
     }
 
-- 
cgit v0.11.2