mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
d3d9/tests: Remove a couple duplicate lines.
This commit is contained in:
parent
102d8936cc
commit
6f89df2fb4
@ -6775,8 +6775,6 @@ static void pretransformed_varying_test(void)
|
||||
hr = IDirect3DDevice9_SetVertexDeclaration(device, decl);
|
||||
ok(hr == D3D_OK, "IDirect3DDevice9_SetVertexDeclaration returned %08x\n", hr);
|
||||
|
||||
hr = IDirect3DDevice9_SetVertexDeclaration(device, decl);
|
||||
ok(hr == D3D_OK, "IDirect3DDevice9_SetVertexDeclaration returned %08x\n", hr);
|
||||
for (i = 0; i < sizeof(tests) / sizeof(*tests); ++i)
|
||||
{
|
||||
IDirect3DPixelShader9 *shader;
|
||||
|
Loading…
Reference in New Issue
Block a user