summaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-24 20:16:00 +0000
committerDana Jansens <danakj@orodu.net>2003-03-24 20:16:00 +0000
commit3bbe809596b0c1ee9acb7695c4c80bfb4fc593df (patch)
tree4dd57fee15bb4739b80308d2ed530f5ba1503354 /engines
parentc2684d312b7bcd0aeb16813c7d1b33d635d99603 (diff)
remove debug print
Diffstat (limited to 'engines')
-rw-r--r--engines/openbox/openbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/openbox/openbox.c b/engines/openbox/openbox.c
index 6f715480..7bf386b2 100644
--- a/engines/openbox/openbox.c
+++ b/engines/openbox/openbox.c
@@ -408,7 +408,6 @@ void frame_adjust_shape(ObFrame *self)
void frame_adjust_area(ObFrame *self, gboolean moved, gboolean resized)
{
- g_message("adjust_area: %d %d", moved, resized);
if (resized) {
if (self->frame.client->decorations & Decor_Border) {
self->bwidth = s_bwidth;