d3d9: Remove unneeded local variable in IDirect3DDevice9Impl_SetFVF.
This commit is contained in:
parent
320aac97e4
commit
30cd9b473e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue