12 Mar
2015
12 Mar
'15
4:08 a.m.
Piotr Caban <piotr(a)codeweavers.com> wrote:
@@ -3808,12 +3816,6 @@ GpStatus WINGDIPAPI GdipImageSelectActiveFrame(GpImage *image, GDIPCONST GUID *d if (image->current_frame == frame) return Ok;
- if (!image->stream) - { - TRACE("image doesn't have an associated stream\n"); - return Ok; - }
It doesn't make much sence to add this piece of code in previous patch. -- Dmitry.