]> Dogcows Code - chaz/openbox/commitdiff
remove debug print
authorDana Jansens <danakj@orodu.net>
Wed, 11 Jul 2007 00:05:03 +0000 (00:05 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 11 Jul 2007 00:05:03 +0000 (00:05 +0000)
openbox/moveresize.c

index 867fef6ac5d038935858bd79df6ded1f9ca3e942..81e7cb007d0d36d3a49447f99e41c2d96ded8672 100644 (file)
@@ -753,7 +753,6 @@ gboolean moveresize_event(XEvent *e)
 
             dw -= cur_w - start_cw;
             dh -= cur_h - start_ch;
-            ob_debug("dw %d\n", dw);
 
             calc_resize(FALSE, 0, &dw, &dh, lockcorner);
             cur_w += dw;
This page took 0.022911 seconds and 4 git commands to generate.