mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
[VCM] remove redundant null check
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user