d3dx9_36: Remove dead assignment (Clang).

This commit is contained in:
Frédéric Delanoy 2011-07-06 10:34:49 +02:00 committed by Alexandre Julliard
parent 7ed4f20305
commit 67d10dfa53
1 changed files with 0 additions and 1 deletions

View File

@ -3763,7 +3763,6 @@ HRESULT WINAPI D3DXCreateSphere(LPDIRECT3DDEVICE9 device, FLOAT radius, UINT sli
vertex = 0;
face = 0;
stack = 0;
vertices[vertex].normal.x = 0.0f;
vertices[vertex].normal.y = 0.0f;