1
0
Fork 0

frames: Remove shape_applied

It's also unused.
This commit is contained in:
Jasper St. Pierre 2015-01-01 11:42:02 -08:00
parent dcce4e64bc
commit cac660a5bc
2 changed files with 0 additions and 2 deletions

View file

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

View file

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