diff --git a/src/modules/videoconference/VideoConferenceProxyFilter/VideoCaptureProxyFilter.cpp b/src/modules/videoconference/VideoConferenceProxyFilter/VideoCaptureProxyFilter.cpp index 1c48b35ef9..7a132dd32b 100644 --- a/src/modules/videoconference/VideoConferenceProxyFilter/VideoCaptureProxyFilter.cpp +++ b/src/modules/videoconference/VideoConferenceProxyFilter/VideoCaptureProxyFilter.cpp @@ -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");