mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 14:14:47 +01:00
remove TRACE
This commit is contained in:
parent
c4e8f959d4
commit
18622bff3a
@ -651,11 +651,6 @@ HRESULT dds_GetDC(IDirectDrawSurfaceImpl* This, HDC FAR* lpHDC)
|
||||
return DDERR_INVALIDPARAMS;
|
||||
}
|
||||
|
||||
if ((This->l_pitch % 4))
|
||||
{
|
||||
TRACE("NOT_IMPLEMENTED GetDC: width=%d height=%d\n", This->width, This->height);
|
||||
}
|
||||
|
||||
RGBQUAD* data =
|
||||
This->palette ? This->palette->data_rgb :
|
||||
g_ddraw->primary && g_ddraw->primary->palette ? g_ddraw->primary->palette->data_rgb :
|
||||
|
Loading…
x
Reference in New Issue
Block a user