[VCM] remove redundant null check

This commit is contained in:
yuyoyuppe
2021-04-13 21:30:25 +03:00
parent 696b6d7de0
commit 0e68101223

View File

@@ -338,12 +338,6 @@ HRESULT VideoCaptureProxyPin::Get(
*pcbReturned = sizeof(GUID);
}
if (!pPropData)
{
LOG("VideoCaptureProxyPin::Get SUCCEESS !pPropData");
return S_OK;
}
if (cbPropData < sizeof(GUID))
{
LOG("VideoCaptureProxyPin::Get FAILED cbPropData");