gdiplus: Remove FIXME on implemented function.
This commit is contained in:
parent
d01e0647d1
commit
4a78d7c6b4
|
@ -1520,7 +1520,7 @@ GpStatus WINGDIPAPI GdipGetPathGradientPresetBlend(GpPathGradient *brush,
|
|||
GpStatus WINGDIPAPI GdipGetPathGradientPresetBlendCount(GpPathGradient *brush,
|
||||
INT *count)
|
||||
{
|
||||
FIXME("(%p,%p): stub\n", brush, count);
|
||||
TRACE("(%p,%p)\n", brush, count);
|
||||
|
||||
if (!brush || !count)
|
||||
return InvalidParameter;
|
||||
|
|
Loading…
Reference in New Issue