diff options
author | fluxgen <fluxgen> | 2003-08-04 12:57:23 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-04 12:57:23 (GMT) |
commit | 301bd5c0aa879c12889ea76666e23d80649ab372 (patch) | |
tree | 749880c2224a85ec75bdc774ef367ebadf828ef7 /src/Slit.cc | |
parent | 6e1cecc2614fbe64089372b5dbde0124173be914 (diff) | |
download | fluxbox-301bd5c0aa879c12889ea76666e23d80649ab372.zip fluxbox-301bd5c0aa879c12889ea76666e23d80649ab372.tar.bz2 |
minor cleaning
Diffstat (limited to 'src/Slit.cc')
-rw-r--r-- | src/Slit.cc | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/Slit.cc b/src/Slit.cc index 8b03749..861a7f7 100644 --- a/src/Slit.cc +++ b/src/Slit.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Slit.cc,v 1.75 2003/07/25 10:03:55 rathnor Exp $ | 25 | // $Id: Slit.cc,v 1.76 2003/08/04 12:53:10 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Slit.hh" | 27 | #include "Slit.hh" |
28 | 28 | ||
@@ -577,11 +577,6 @@ void Slit::removeClient(SlitClient *client, bool remap, bool destroy) { | |||
577 | if (client == 0) | 577 | if (client == 0) |
578 | return; | 578 | return; |
579 | 579 | ||
580 | #ifdef DEBUG | ||
581 | cerr<<"Slit::removeClient( client->client_window = 0x"<<hex<<client->clientWindow()<< | ||
582 | ", client->icon_window)"<<endl; | ||
583 | #endif // DEBUG | ||
584 | |||
585 | // remove from event manager | 580 | // remove from event manager |
586 | if (client->clientWindow() != 0) | 581 | if (client->clientWindow() != 0) |
587 | FbTk::EventManager::instance()->remove(client->clientWindow()); | 582 | FbTk::EventManager::instance()->remove(client->clientWindow()); |
@@ -622,9 +617,7 @@ void Slit::removeClient(SlitClient *client, bool remap, bool destroy) { | |||
622 | 617 | ||
623 | 618 | ||
624 | void Slit::removeClient(Window w, bool remap) { | 619 | void Slit::removeClient(Window w, bool remap) { |
625 | #ifdef DEBUG | 620 | |
626 | cerr<<"Slit::removeClient(Window w = 0x"<<hex<<w<<dec<<", remap = "<<remap<<")"<<endl; | ||
627 | #endif // DEBUG | ||
628 | if (w == frame.window) | 621 | if (w == frame.window) |
629 | return; | 622 | return; |
630 | 623 | ||