From eb0e48340536c7ee089d02fb335590592f0175eb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 20 Jul 2007 20:27:04 -0400 Subject: [PATCH] remove a debug print --- openbox/moveresize.c | 1 - 1 file changed, 1 deletion(-) 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 + -- 2.39.2