windowscodecs: Remove not reachable code in the TIFF decoder.
This commit is contained in:
parent
7cbd9dcdc3
commit
a16f7044a4
|
@ -440,12 +440,6 @@ static HRESULT tiff_get_decode_info(TIFF *tiff, tiff_decode_info *decode_info)
|
||||||
{
|
{
|
||||||
decode_info->tiled = 1;
|
decode_info->tiled = 1;
|
||||||
|
|
||||||
if (!ret)
|
|
||||||
{
|
|
||||||
WARN("missing tile width\n");
|
|
||||||
return E_FAIL;
|
|
||||||
}
|
|
||||||
|
|
||||||
ret = pTIFFGetField(tiff, TIFFTAG_TILELENGTH, &decode_info->tile_height);
|
ret = pTIFFGetField(tiff, TIFFTAG_TILELENGTH, &decode_info->tile_height);
|
||||||
if (!ret)
|
if (!ret)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue