diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-08 19:32:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-08 19:32:01 +0000 |
| commit | 5e38ae49ce5ceb5b983ee7d486439238a42c8431 (patch) | |
| tree | 43274016d406f4e29baa5bec6c4813999003b84e /openbox | |
| parent | 191f982dd4b5bdaae8d9abbc82c5191ab6509052 (diff) | |
remove debug prints
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/client.c b/openbox/client.c index 197be7cc..4ac234d7 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -660,8 +660,6 @@ static void client_get_all(ObClient *self) client_get_state(self); client_get_shaped(self); - g_message("self->iconic %d", self->iconic); - client_get_mwm_hints(self); client_get_type(self);/* this can change the mwmhints for special cases */ @@ -1715,7 +1713,6 @@ static void client_apply_startup_state(ObClient *self) { /* these are in a carefully crafted order.. */ - g_message("self->iconic %d", self->iconic); if (self->iconic) { self->iconic = FALSE; client_iconify(self, TRUE, FALSE); |
