From: Scott Moynes Date: Tue, 1 Oct 2002 02:12:09 +0000 (+0000) Subject: remove debug code in window menu placement X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=080ba7f9b908eb375dcdcac201e60ee4cf74a504;p=chaz%2Fopenbox remove debug code in window menu placement --- diff --git a/src/Window.cc b/src/Window.cc index 3a982115..178b91b5 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -3184,8 +3184,6 @@ void BlackboxWindow::buttonPressEvent(const XButtonEvent *be) { my = screen->getHeight() - windowmenu->getHeight() - (screen->getBorderWidth() * 2); - - cout << my << endl; windowmenu->move(mx, my); windowmenu->show(); XRaiseWindow(blackbox->getXDisplay(), windowmenu->getWindowID());