window: Remove an unused bit
This commit is contained in:
parent
5270c469a3
commit
3de58189c0
@ -328,9 +328,6 @@ struct _MetaWindow
|
||||
guint using_net_wm_visible_name : 1; /* tracked so we can clear it */
|
||||
guint using_net_wm_icon_name : 1; /* vs. plain wm_icon_name */
|
||||
guint using_net_wm_visible_icon_name : 1; /* tracked so we can clear it */
|
||||
|
||||
/* icon props have changed */
|
||||
guint need_reread_icon : 1;
|
||||
|
||||
/* if TRUE, window was maximized at start of current grab op */
|
||||
guint shaken_loose : 1;
|
||||
|
@ -939,8 +939,6 @@ _meta_window_shared_new (MetaDisplay *display,
|
||||
window->using_net_wm_icon_name = FALSE;
|
||||
window->using_net_wm_visible_icon_name = FALSE;
|
||||
|
||||
window->need_reread_icon = TRUE;
|
||||
|
||||
window->layer = META_LAYER_LAST; /* invalid value */
|
||||
window->stack_position = -1;
|
||||
window->initial_workspace = 0; /* not used */
|
||||
|
Loading…
Reference in New Issue
Block a user