Revert the sync.
[reactos.git] / dll / win32 / gdiplus / brush.c
index 67be6b4..2d28004 100644 (file)
@@ -1194,16 +1194,6 @@ GpStatus WINGDIPAPI GdipGetPathGradientSurroundColorsWithCount(GpPathGradient
     return NotImplemented;
 }
 
-GpStatus WINGDIPAPI GdipGetPathGradientSurroundColorCount(GpPathGradient *brush, INT *count)
-{
-    TRACE("(%p, %p)\n", brush, count);
-
-    if (!brush || !count)
-       return InvalidParameter;
-
-    return NotImplemented;
-}
-
 GpStatus WINGDIPAPI GdipGetPathGradientWrapMode(GpPathGradient *brush,
     GpWrapMode *wrapmode)
 {
@@ -1569,7 +1559,7 @@ GpStatus WINGDIPAPI GdipSetPathGradientSigmaBlend(GpPathGradient *grad,
 }
 
 GpStatus WINGDIPAPI GdipSetPathGradientSurroundColorsWithCount(GpPathGradient
-    *grad, GDIPCONST ARGB *argb, INT *count)
+    *grad, ARGB *argb, INT *count)
 {
     static int calls;