Browse Source

Removed unused variable.

pull/1349/head
Steven Kirk 9 years ago
parent
commit
91a0811c18
  1. 2
      src/Avalonia.Visuals/Media/RectangleGeometry.cs

2
src/Avalonia.Visuals/Media/RectangleGeometry.cs

@ -16,8 +16,6 @@ namespace Avalonia.Media
public static readonly StyledProperty<Rect> RectProperty =
AvaloniaProperty.Register<RectangleGeometry, Rect>(nameof(Rect));
bool _isDirty = true;
public Rect Rect
{
get => GetValue(RectProperty);

Loading…
Cancel
Save