Esme Povirk (@madewokherd) commented about dlls/gdiplus/image.c:
*/ GpStatus WINGDIPAPI GdipDeleteEffect(CGpEffect *effect) {
- FIXME("(%p): stub\n", effect);
TRACE("(%p)\n", effect);
if (!effect) return InvalidParameter;
- /* note: According to Jose Roca's GDI+ Docs, this is not implemented
- /* note: But, according to Jose Roca's GDI+ Docs, this is not implemented
- in Windows's gdiplus */
This comment should be removed, I think. Clearly it is implemented.