window: Remove an unused bit

This commit is contained in:
Jasper St. Pierre 2014-03-18 13:12:03 -04:00
parent 5270c469a3
commit 3de58189c0
2 changed files with 0 additions and 5 deletions

View File

@ -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;

View File

@ -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 */