remove out-of-date comment line [skip ci]

This commit is contained in:
artemp 2017-06-15 11:32:25 +02:00
parent 5b51b8d061
commit 5aba57eb61

View file

@ -446,7 +446,6 @@ image_any tiff_reader<T>::read_any_gray(std::size_t x0, std::size_t y0, std::siz
read_tiled<image_type>(x0, y0, data);
return image_any(std::move(data));
}
// TODO: temp disable and default to `scanline` method for stripped images.
else if (read_method_ == stripped)
{
image_type data(width, height);