remove GetBltStatus from logs

This commit is contained in:
FunkyFr3sh 2023-12-02 18:12:51 +01:00
parent 91796c71c1
commit c08ccb61c4

View file

@ -284,9 +284,9 @@ HRESULT __stdcall IDirectDrawSurface__GetAttachedSurface(
HRESULT __stdcall IDirectDrawSurface__GetBltStatus(IDirectDrawSurfaceImpl* This, DWORD dwFlags)
{
TRACE_EXT("-> %s(This=%p)\n", __FUNCTION__, This);
//TRACE_EXT("-> %s(This=%p)\n", __FUNCTION__, This);
HRESULT ret = DD_OK;
TRACE_EXT("<- %s\n", __FUNCTION__);
//TRACE_EXT("<- %s\n", __FUNCTION__);
return ret;
}