aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slit.cc')
-rw-r--r--src/Slit.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index a8e95a0..c0ff1ac 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -501,11 +501,6 @@ void Slit::addClient(Window w) {
501 501
502 if (XGetWMProtocols(disp, w, &proto, &num_return)) { 502 if (XGetWMProtocols(disp, w, &proto, &num_return)) {
503 503
504 for (int i = 0; i < num_return; ++i) {
505 if (proto[i] == fbatoms->getFluxboxStructureMessagesAtom())
506 screen().addNetizen(w);
507 }
508
509 XFree((void *) proto); 504 XFree((void *) proto);
510#ifdef DEBUG 505#ifdef DEBUG
511 } else { 506 } else {
@@ -588,8 +583,6 @@ void Slit::removeClient(SlitClient *client, bool remap, bool destroy) {
588 else // Clear the window info, but keep around to help future sorting? 583 else // Clear the window info, but keep around to help future sorting?
589 client->initialize(); 584 client->initialize();
590 585
591 screen().removeNetizen(client->window());
592
593 if (remap && client->window() != 0) { 586 if (remap && client->window() != 0) {
594 Display *disp = FbTk::App::instance()->display(); 587 Display *disp = FbTk::App::instance()->display();
595 588