diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-10-31 14:47:45 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-10-31 14:47:45 +0100 |
commit | 9a34673d2b99359b0e9f36006fb9b221b5cacbb1 (patch) | |
tree | 702296c834479162bed839432678cf89f8678db8 /src/themes/coco | |
parent | f546a360c6c9385eca9b62d6cccf8099dba0a17e (diff) | |
download | mate-notification-daemon-9a34673d2b99359b0e9f36006fb9b221b5cacbb1.tar.bz2 mate-notification-daemon-9a34673d2b99359b0e9f36006fb9b221b5cacbb1.tar.xz |
coco, nodoka, slider: removed a unused variable and fixes warnings
Diffstat (limited to 'src/themes/coco')
-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; |