gdiplus: Remove unused brush fields.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0937186f7d
commit
bb2e09804d
|
@ -291,8 +291,6 @@ struct GpPathGradient{
|
|||
|
||||
struct GpLineGradient{
|
||||
GpBrush brush;
|
||||
GpPointF startpoint;
|
||||
GpPointF endpoint;
|
||||
ARGB startcolor;
|
||||
ARGB endcolor;
|
||||
RectF rect;
|
||||
|
|
Loading…
Reference in New Issue