frames: Remove shape_applied
It's also unused.
This commit is contained in:
parent
dcce4e64bc
commit
cac660a5bc
@ -535,7 +535,6 @@ meta_frames_manage_window (MetaFrames *frames,
|
||||
frame->text_layout = NULL;
|
||||
frame->text_height = -1;
|
||||
frame->title = NULL;
|
||||
frame->shape_applied = FALSE;
|
||||
frame->prelit_control = META_FRAME_CONTROL_NONE;
|
||||
frame->button_state = META_BUTTON_STATE_NORMAL;
|
||||
|
||||
|
@ -80,7 +80,6 @@ struct _MetaUIFrame
|
||||
PangoLayout *text_layout;
|
||||
int text_height;
|
||||
char *title; /* NULL once we have a layout */
|
||||
guint shape_applied : 1;
|
||||
guint maybe_ignore_leave_notify : 1;
|
||||
|
||||
/* FIXME get rid of this, it can just be in the MetaFrames struct */
|
||||
|
Loading…
Reference in New Issue
Block a user