[mutter] frames: Remove shape_applied



commit cac660a5bcd45a48b8a6ca3603c35af1b1eaf10c
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Jan 1 11:42:02 2015 -0800

    frames: Remove shape_applied
    
    It's also unused.

 src/ui/frames.c |    1 -
 src/ui/frames.h |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/ui/frames.c b/src/ui/frames.c
index 3070120..e968819 100644
--- a/src/ui/frames.c
+++ b/src/ui/frames.c
@@ -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;
 
diff --git a/src/ui/frames.h b/src/ui/frames.h
index 3f17ca4..cafba52 100644
--- a/src/ui/frames.h
+++ b/src/ui/frames.h
@@ -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 */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]