Commit 7cd97b2e authored by Andrew Nguyen's avatar Andrew Nguyen Committed by Alexandre Julliard

ddraw/tests: Remove a superfluous skip check.

parent 2f8da934
......@@ -867,11 +867,6 @@ static void D3D7EnumTest(void)
{
D3D7ETest d3d7et;
if (!lpD3D) {
skip("No Direct3D7 interface.\n");
return;
}
memset(&d3d7et, 0, sizeof(d3d7et));
IDirect3D7_EnumDevices(lpD3D, enumDevicesCallbackTest7, &d3d7et);
......
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