From a48af9e8c3fa865b5b982576f46371a5b1ed08f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zef=20Kucia?= Date: Thu, 31 Aug 2017 09:04:35 +0200 Subject: [PATCH] d3d10core/tests: Remove needless assignment. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Józef Kucia Signed-off-by: Henri Verbeet Signed-off-by: Alexandre Julliard --- dlls/d3d10core/tests/device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/d3d10core/tests/device.c b/dlls/d3d10core/tests/device.c index a10f40d80b4..819d9490451 100644 --- a/dlls/d3d10core/tests/device.c +++ b/dlls/d3d10core/tests/device.c @@ -8879,7 +8879,6 @@ static void test_draw_depth_only(void) check_texture_float(texture, 0.5f, 1); ID3D10Device_ClearDepthStencilView(device, dsv, D3D10_CLEAR_DEPTH, 1.0f, 0); - depth.x = 0.1f; for (i = 0; i < 4; ++i) { for (j = 0; j < 4; ++j)