summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-10-01 02:12:09 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-10-01 02:12:09 +0000
commit080ba7f9b908eb375dcdcac201e60ee4cf74a504 (patch)
treed17e89a12a0856dc4c90242d5eb88b157514c14e /src
parent72a2e98738d87b89620bafd15141690aa4be8fab (diff)
remove debug code in window menu placement
Diffstat (limited to 'src')
-rw-r--r--src/Window.cc2
1 files changed, 0 insertions, 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());