diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-28 06:48:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-28 06:48:35 +0000 |
| commit | a434669d1762cd97a0af8ab8f4717f3d563f8ec6 (patch) | |
| tree | 091c00edf392a83da0d6daba26823c62641f044e /openbox/client.c | |
| parent | dee3d68c2245113cccbdcd8d3bdb005f73f766c5 (diff) | |
remove debug prints
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/client.c b/openbox/client.c index 375e18aa..5cd6339f 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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; |
