Module: wine Branch: master Commit: 67d10dfa537e606e68567a390e13abbef13f747b URL: http://source.winehq.org/git/wine.git/?a=commit;h=67d10dfa537e606e68567a390e...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Wed Jul 6 10:34:49 2011 +0200
d3dx9_36: Remove dead assignment (Clang).
---
dlls/d3dx9_36/mesh.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/d3dx9_36/mesh.c b/dlls/d3dx9_36/mesh.c index 2807150..dfe6a35 100644 --- a/dlls/d3dx9_36/mesh.c +++ b/dlls/d3dx9_36/mesh.c @@ -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;