Nikolay Sivov : gdiplus: Remove unused brush fields.

Alexandre Julliard julliard at winehq.org
Wed Nov 28 14:11:49 CST 2018


Module: wine
Branch: master
Commit: bb2e09804d7d38929c4d0d67c9dddd887e4cd12c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=bb2e09804d7d38929c4d0d67c9dddd887e4cd12c

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Nov 14 13:40:57 2018 +0300

gdiplus: Remove unused brush fields.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;




More information about the wine-cvs mailing list