[Xfce4-commits] [xfce/xfwm4] 01/01: Remove unused vars
noreply at xfce.org
noreply at xfce.org
Thu Feb 5 22:02:14 CET 2015
This is an automated email from the git hooks/post-receive script.
olivier pushed a commit to branch master
in repository xfce/xfwm4.
commit 97e7b8805efd7f6dbdbf8f1ada49b85b119597ea
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Thu Feb 5 22:01:53 2015 +0100
Remove unused vars
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
src/compositor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compositor.c b/src/compositor.c
index bf3fee9..1a953d4 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -3048,7 +3048,7 @@ compositorScaleWindowPixmap (CWindow *cw, guint *width, guint *height)
XTransform transform;
XRenderPictFormat *render_format;
double scale;
- int x, y, src_size, dest_size;
+ int src_size, dest_size;
unsigned int source_w, source_h;
unsigned int dest_w, dest_h;
XRenderColor c = { 0, 0, 0, 0 };
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list