strmbase: Remove an always true if condition (coccinellery).
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1b3cbf52b2
commit
37d8f36de6
|
@ -569,7 +569,6 @@ HRESULT WINAPI BaseControlVideoImpl_GetVideoPaletteEntries(IBasicVideo *iface, L
|
|||
if (!pRetrieved || !pPalette)
|
||||
return E_POINTER;
|
||||
|
||||
if (pRetrieved)
|
||||
*pRetrieved = 0;
|
||||
return VFW_E_NO_PALETTE_AVAILABLE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue