remove debug print
This commit is contained in:
parent
0b97b6043c
commit
f39cc88fc4
1 changed files with 0 additions and 1 deletions
|
@ -753,7 +753,6 @@ gboolean moveresize_event(XEvent *e)
|
||||||
|
|
||||||
dw -= cur_w - start_cw;
|
dw -= cur_w - start_cw;
|
||||||
dh -= cur_h - start_ch;
|
dh -= cur_h - start_ch;
|
||||||
ob_debug("dw %d\n", dw);
|
|
||||||
|
|
||||||
calc_resize(FALSE, 0, &dw, &dh, lockcorner);
|
calc_resize(FALSE, 0, &dw, &dh, lockcorner);
|
||||||
cur_w += dw;
|
cur_w += dw;
|
||||||
|
|
Loading…
Reference in a new issue