gdiplus: Remove unused brush fields.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Nikolay Sivov 2018-11-14 13:40:57 +03:00 committed by Alexandre Julliard
parent 0937186f7d
commit bb2e09804d
1 changed files with 0 additions and 2 deletions

View File

@ -291,8 +291,6 @@ struct GpPathGradient{
struct GpLineGradient{
GpBrush brush;
GpPointF startpoint;
GpPointF endpoint;
ARGB startcolor;
ARGB endcolor;
RectF rect;