windowscodecs: Remove dead assignment (clang).
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
679cc50195
commit
376b0756f4
@ -2341,7 +2341,6 @@ HRESULT WINAPI WICConvertBitmapSource(REFWICPixelFormatGUID dstFormat, IWICBitma
|
|||||||
IWICFormatConverter_Release(converter);
|
IWICFormatConverter_Release(converter);
|
||||||
converter = NULL;
|
converter = NULL;
|
||||||
}
|
}
|
||||||
res = S_OK;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user