]> Dogcows Code - chaz/openbox/commitdiff
remove debug print
authorDana Jansens <danakj@orodu.net>
Mon, 24 Mar 2003 20:16:00 +0000 (20:16 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 24 Mar 2003 20:16:00 +0000 (20:16 +0000)
engines/openbox/openbox.c

index 6f715480abf6c7abee27d1904ecbf5c499646756..7bf386b251cf39fbaf87670b6409d7f2df62358c 100644 (file)
@@ -408,7 +408,6 @@ void frame_adjust_shape(ObFrame *self)
 
 void frame_adjust_area(ObFrame *self, gboolean moved, gboolean resized)
 {
 
 void frame_adjust_area(ObFrame *self, gboolean moved, gboolean resized)
 {
-    g_message("adjust_area: %d %d", moved, resized);
     if (resized) {
         if (self->frame.client->decorations & Decor_Border) {
             self->bwidth = s_bwidth;
     if (resized) {
         if (self->frame.client->decorations & Decor_Border) {
             self->bwidth = s_bwidth;
This page took 0.022948 seconds and 4 git commands to generate.