d3dx9_36/tests: Remove unused variable assignments (LLVM/Clang).

This commit is contained in:
Austin English 2011-02-05 20:58:47 -08:00 committed by Alexandre Julliard
parent 0d258b4737
commit f9facad235
1 changed files with 0 additions and 2 deletions

View File

@ -1434,7 +1434,6 @@ static BOOL compute_sphere(struct mesh *mesh, FLOAT radius, UINT slices, UINT st
vertex = 0;
face = 0;
stack = 0;
mesh->vertices[vertex].normal.x = 0.0f;
mesh->vertices[vertex].normal.y = 0.0f;
@ -1663,7 +1662,6 @@ static BOOL compute_cylinder(struct mesh *mesh, FLOAT radius1, FLOAT radius2, FL
vertex = 0;
face = 0;
stack = 0;
delta_radius = radius1 - radius2;
radius = radius1;