aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Window.cc1
1 files changed, 0 insertions, 1 deletions
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) {
813 FbTk::TextButton *label_btn = m_labelbuttons[&client]; 813 FbTk::TextButton *label_btn = m_labelbuttons[&client];
814 if (label_btn != 0) { 814 if (label_btn != 0) {
815 frame().removeTab(label_btn); 815 frame().removeTab(label_btn);
816 evm.remove(label_btn->window());
817 label_btn = 0; 816 label_btn = 0;
818 } 817 }
819 818