From 30cd9b473ee3f798eb4f9dd73076f3d1a41ff048 Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Sun, 17 Aug 2008 18:27:31 +0100 Subject: [PATCH] d3d9: Remove unneeded local variable in IDirect3DDevice9Impl_SetFVF. --- dlls/d3d9/device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/d3d9/device.c b/dlls/d3d9/device.c index 2b133c12158..ddeaca30370 100644 --- a/dlls/d3d9/device.c +++ b/dlls/d3d9/device.c @@ -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) { -- 2.11.4.GIT