diff options
| -rw-r--r-- | src/ui/frames.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/src/ui/frames.c b/src/ui/frames.c index c7f411d7..816ebd8c 100644 --- a/src/ui/frames.c +++ b/src/ui/frames.c @@ -824,9 +824,6 @@ meta_frames_apply_shapes (MetaFrames *frames,    /* Apply shapes as if window had new_window_width, new_window_height */    MetaUIFrame *frame;    MetaFrameGeometry fgeom; -  XRectangle xrect; -  Region corners_xregion; -  Region window_xregion;    cairo_rectangle_int_t rect;    cairo_region_t *corners_region;    cairo_region_t *window_region; | 
