From e4aa3cec3cb5483e7a5860ebd2e0e8ac02c2570c Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 6 Aug 2011 02:29:35 +0000 Subject: [PATCH] tvi never used - remove. SVN revision: 62165 --- src/lib/elm_flip.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/elm_flip.c b/src/lib/elm_flip.c index 5ca3f3c..4cf1a5a 100644 --- a/src/lib/elm_flip.c +++ b/src/lib/elm_flip.c @@ -427,7 +427,6 @@ _state_update(Widget_Data *st) double b, minv = 0.0, minva, mgrad; int gx, gy, gszw, gszh, gw, gh, col, row, nw, nh; double rho, A, theta, perc, percm, n, rhol, Al, thetal; - Vertex2 *tvi; Vertex3 *tvo, *tvol; Evas_Object *front, *back; @@ -578,7 +577,6 @@ _state_update(Widget_Data *st) num = (st->slices_w + 1) * (st->slices_h + 1); - tvi = alloca(sizeof(Vertex2) * num); tvo = alloca(sizeof(Vertex3) * num); tvol = alloca(sizeof(Vertex3) * (st->slices_w + 1)); -- 2.7.4