gdiplus: Remove FIXME on implemented function.

This commit is contained in:
Vincent Povirk 2012-04-24 09:17:42 -05:00 committed by Alexandre Julliard
parent d01e0647d1
commit 4a78d7c6b4
1 changed files with 1 additions and 1 deletions

View File

@ -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;