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

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