Skip to content

Commit

Permalink
frames.c: drop unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Jan 6, 2019
1 parent 7a18fdd commit 898e941
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ui/frames.c
Expand Up @@ -824,9 +824,6 @@ meta_frames_apply_shapes (MetaFrames *frames,
/* Apply shapes as if window had new_window_width, new_window_height */ /* Apply shapes as if window had new_window_width, new_window_height */
MetaUIFrame *frame; MetaUIFrame *frame;
MetaFrameGeometry fgeom; MetaFrameGeometry fgeom;
XRectangle xrect;
Region corners_xregion;
Region window_xregion;
cairo_rectangle_int_t rect; cairo_rectangle_int_t rect;
cairo_region_t *corners_region; cairo_region_t *corners_region;
cairo_region_t *window_region; cairo_region_t *window_region;
Expand Down

0 comments on commit 898e941

Please sign in to comment.