diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-02 07:58:27 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-02 07:58:27 +0000 |
| commit | 2755cf85fc7d0f088a060f59e4d31b112daeb81d (patch) | |
| tree | ef027d58233a1b1d3c337e581f3f30aa852fd4fd /openbox | |
| parent | 87342f85eb75079486e5bbc410f6002ee443dd6a (diff) | |
remove debug print
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/resist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/resist.c b/openbox/resist.c index 579b949f..731ab445 100644 --- a/openbox/resist.c +++ b/openbox/resist.c @@ -251,8 +251,6 @@ void resist_size_monitors(ObClient *c, gint *w, gint *h, ObCorner corn) case OB_CORNER_BOTTOMLEFT: dlt = l; drb = r + *w - c->frame->area.width; - g_message("r %d drb %d ar %d res %d", - r, drb, ar, config_resist_edge); if (r <= ar && drb > ar && drb <= ar + config_resist_edge) *w = ar - l + 1; break; |
