]> Dogcows Code - chaz/openbox/commitdiff
remove debug print
authorDana Jansens <danakj@orodu.net>
Sat, 21 Jun 2003 18:08:26 +0000 (18:08 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 21 Jun 2003 18:08:26 +0000 (18:08 +0000)
openbox/client.c

index 35e0e58ad7481d30f0e6a10108992315c4b1332b..c0f3d0119fd22011104b9c1c0a67058038ebb913 100644 (file)
@@ -1797,7 +1797,6 @@ void client_configure(Client *self, Corner anchor, int x, int y, int w, int h,
             event.xconfigure.override_redirect = FALSE;
             XSendEvent(event.xconfigure.display, event.xconfigure.window,
                        FALSE, StructureNotifyMask, &event);
-            g_message ("SENT CONFIG");
        }
     }
 }
This page took 0.028315 seconds and 4 git commands to generate.