From 1dfd22d63e42d54c638503e4b3eb8922e59c048d Mon Sep 17 00:00:00 2001 From: Roland Baer Date: Wed, 1 Aug 2007 11:36:49 +0300 Subject: [PATCH] Removed unused vars --- plugins/plane.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/plugins/plane.c b/plugins/plane.c index 71edd36..bc69f9a 100644 --- a/plugins/plane.c +++ b/plugins/plane.c @@ -211,7 +211,7 @@ planePaintTransformedOutput (CompScreen *screen, if (ps->timeoutHandle) { CompTransform sTransform = *transform; - double dx, dy, tx, ty; + double dx, dy; int vx, vy; clearTargetOutput (screen->display, GL_COLOR_BUFFER_BIT); @@ -221,8 +221,6 @@ planePaintTransformedOutput (CompScreen *screen, dx *= -1; dy *= -1; - tx = dy; - ty = dy; vx = 0; vy = 0; -- 1.5.2.3