mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 14:24:13 +00:00
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…
x
Reference in New Issue
Block a user