d3dx9: Remove an unnecessary initialization (LLVM/Clang).
This commit is contained in:
parent
ed1b396b66
commit
6505aed598
|
@ -66,7 +66,7 @@ HRESULT WINAPI D3DXFilterTexture(LPDIRECT3DBASETEXTURE9 texture,
|
|||
UINT srclevel,
|
||||
DWORD filter)
|
||||
{
|
||||
UINT level = srclevel + 1;
|
||||
UINT level;
|
||||
HRESULT hr;
|
||||
D3DRESOURCETYPE type;
|
||||
|
||||
|
|
Loading…
Reference in New Issue