diff options
| author | Pablo Barciela <[email protected]> | 2019-01-06 14:31:44 +0100 | 
|---|---|---|
| committer | Pablo Barciela <[email protected]> | 2019-01-06 14:31:44 +0100 | 
| commit | 898e9417c703516dfe2c4b9dc1bd78b6299883ce (patch) | |
| tree | 1df5f10924f97a57b0f929292e431e4735b9f689 /src | |
| parent | 7a18fdde8c216caeca0d6cf7f13c67b3e3ae3806 (diff) | |
| download | marco-898e9417c703516dfe2c4b9dc1bd78b6299883ce.tar.bz2 marco-898e9417c703516dfe2c4b9dc1bd78b6299883ce.tar.xz | |
frames.c: drop unused variables
Diffstat (limited to 'src')
| -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; | 
