remove debug code in window menu placement

This commit is contained in:
Scott Moynes 2002-10-01 02:12:09 +00:00
parent 72a2e98738
commit 080ba7f9b9

View file

@ -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());