Nikolay Sivov : gdiplus: Remove unused brush fields.
Module: wine Branch: master Commit: bb2e09804d7d38929c4d0d67c9dddd887e4cd12c URL: https://source.winehq.org/git/wine.git/?a=commit;h=bb2e09804d7d38929c4d0d67c... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Wed Nov 14 13:40:57 2018 +0300 gdiplus: Remove unused brush fields. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/gdiplus/gdiplus_private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/gdiplus/gdiplus_private.h b/dlls/gdiplus/gdiplus_private.h index b2e4f1e..8c4fcce 100644 --- a/dlls/gdiplus/gdiplus_private.h +++ b/dlls/gdiplus/gdiplus_private.h @@ -291,8 +291,6 @@ struct GpPathGradient{ struct GpLineGradient{ GpBrush brush; - GpPointF startpoint; - GpPointF endpoint; ARGB startcolor; ARGB endcolor; RectF rect;
participants (1)
-
Alexandre Julliard