]> Dogcows Code - chaz/openbox/commitdiff
remove a debug print
authorDana Jansens <danakj@orodu.net>
Sat, 21 Jul 2007 00:27:04 +0000 (20:27 -0400)
committerDana Jansens <danakj@orodu.net>
Sat, 21 Jul 2007 00:27:04 +0000 (20:27 -0400)
openbox/moveresize.c

index b93871ba401fa094814728ae79656abb8e601eab..1ef30e2678d81647bd76558bb993c3a194708a0a 100644 (file)
@@ -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 +
This page took 0.025113 seconds and 4 git commands to generate.