tvi never used - remove.

SVN revision: 62165
This commit is contained in:
Carsten Haitzler 2011-08-06 02:29:35 +00:00
parent 44fc45de8b
commit 7cf0ef4e0e
1 changed files with 0 additions and 2 deletions

View File

@ -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));