diff options
Diffstat (limited to 'src/themes/coco/coco-theme.c')
-rw-r--r-- | src/themes/coco/coco-theme.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/themes/coco/coco-theme.c b/src/themes/coco/coco-theme.c index 5281cc8..e7eb8a0 100644 --- a/src/themes/coco/coco-theme.c +++ b/src/themes/coco/coco-theme.c @@ -185,8 +185,6 @@ static void update_shape_region (cairo_surface_t *surface, WindowData *windata) { - cairo_region_t *region; - if (windata->width == windata->last_width && windata->height == windata->last_height) { return; |