remove debug prints
This commit is contained in:
parent
191f982dd4
commit
5e38ae49ce
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue