]> Dogcows Code - chaz/openbox/commitdiff
remove debug prints
authorDana Jansens <danakj@orodu.net>
Sun, 28 Sep 2003 06:48:35 +0000 (06:48 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 28 Sep 2003 06:48:35 +0000 (06:48 +0000)
openbox/client.c

index 375e18aa21c088daae9cc4058e0ef9a223135bbb..5cd6339f4620ba962f3273cb1f43da0f9e4bed8e 100644 (file)
@@ -2674,8 +2674,6 @@ static ObClientIcon* client_icon_recursive(ObClient *self, int w, int h)
     /* li is the largest image < req */
     unsigned long size, smallest = 0xffffffff, largest = 0, si = 0, li = 0;
 
-    g_message("icons %d", self->nicons);
-
     if (!self->nicons) {
         ObClientIcon *parent = NULL;
 
@@ -2718,9 +2716,7 @@ const ObClientIcon* client_icon(ObClient *self, int w, int h)
     ObClientIcon *ret;
     static ObClientIcon deficon;
 
-    g_message("going for broke");
     if (!(ret = client_icon_recursive(self, w, h))) {
-        g_message("using default");
         deficon.width = deficon.height = 48;
         deficon.data = ob_rr_theme->def_win_icon;
         ret = &deficon;
This page took 0.024232 seconds and 4 git commands to generate.