ddraw/tests: Remove some leftover debug code.
This commit is contained in:
parent
d17cd37d3b
commit
02772641b2
|
@ -3224,7 +3224,6 @@ static void GetDCFormatTest(void)
|
|||
ddsd.ddsCaps.dwCaps = DDSCAPS_OFFSCREENPLAIN;
|
||||
|
||||
hr = IDirectDraw7_CreateSurface(dd7, &ddsd, &surface, NULL);
|
||||
hr = E_FAIL;
|
||||
if(FAILED(hr))
|
||||
{
|
||||
ddsd.ddsCaps.dwCaps = DDSCAPS_TEXTURE;
|
||||
|
|
Loading…
Reference in New Issue