diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-20 20:27:04 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-20 20:27:04 -0400 |
| commit | eb0e48340536c7ee089d02fb335590592f0175eb (patch) | |
| tree | d334cd519da8de65b30967c06d03dea7729c3a47 /openbox/moveresize.c | |
| parent | f0e82075a14f4bcfc6ee219b636f99f0568a15bf (diff) | |
remove a debug print
Diffstat (limited to 'openbox/moveresize.c')
| -rw-r--r-- | openbox/moveresize.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/moveresize.c b/openbox/moveresize.c index b93871ba..1ef30e26 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -413,7 +413,6 @@ static void calc_resize(gboolean keyboard, gint keydist, gint *dw, gint *dh, client_try_configure(moveresize_client, &x, &y, &nw, &nh, &lw, &lh, TRUE); trydw = nw - ow; trydh = nh - oh; - g_print("trydw %d trydh %d\n", trydw, trydh); /* resist_size_* needs the frame size */ nw += moveresize_client->frame->size.left + |
