Commit 6505aed5 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

d3dx9: Remove an unnecessary initialization (LLVM/Clang).

parent ed1b396b
......@@ -66,7 +66,7 @@ HRESULT WINAPI D3DXFilterTexture(LPDIRECT3DBASETEXTURE9 texture,
UINT srclevel,
DWORD filter)
{
UINT level = srclevel + 1;
UINT level;
HRESULT hr;
D3DRESOURCETYPE type;
......
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