From 080ba7f9b908eb375dcdcac201e60ee4cf74a504 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Tue, 1 Oct 2002 02:12:09 +0000 Subject: [PATCH] remove debug code in window menu placement --- src/Window.cc | 2 -- 1 file changed, 2 deletions(-) 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()); -- 2.44.0