From 8901f1d78108e4fc33a9e47b41fa17bc9b6f28d1 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Sun, 21 Jan 2018 22:45:54 +0100 Subject: [PATCH] Don't make IGeometryImpl implement IDisposable. --- src/Avalonia.Visuals/Platform/IGeometryImpl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Visuals/Platform/IGeometryImpl.cs b/src/Avalonia.Visuals/Platform/IGeometryImpl.cs index fb813a5981..d93bdc0c20 100644 --- a/src/Avalonia.Visuals/Platform/IGeometryImpl.cs +++ b/src/Avalonia.Visuals/Platform/IGeometryImpl.cs @@ -9,7 +9,7 @@ namespace Avalonia.Platform /// /// Defines the platform-specific interface for a . /// - public interface IGeometryImpl : IDisposable + public interface IGeometryImpl { /// /// Gets the geometry's bounding rectangle.