d3d9: Remove unneeded local variable in IDirect3DDevice9Impl_SetFVF.

This commit is contained in:
Rob Shearman 2008-08-17 18:27:31 +01:00 committed by Alexandre Julliard
parent 320aac97e4
commit 30cd9b473e
1 changed files with 0 additions and 1 deletions

View File

@ -1306,7 +1306,6 @@ HRESULT WINAPI IDirect3DDevice9Impl_SetFVF(LPDIRECT3DDEVICE9EX iface, DWORD FV
EnterCriticalSection(&d3d9_cs);
if (0 != FVF) {
HRESULT hr;
IDirect3DVertexDeclaration9* pDecl = getConvertedDecl(This, FVF);
if(!pDecl) {