Commit 30cd9b47 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

d3d9: Remove unneeded local variable in IDirect3DDevice9Impl_SetFVF.

parent 320aac97
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment