diff --git a/src/ImageSharp/Image/ImageBase{TPixel}.cs b/src/ImageSharp/Image/ImageBase{TPixel}.cs index ea3649875..783d5d564 100644 --- a/src/ImageSharp/Image/ImageBase{TPixel}.cs +++ b/src/ImageSharp/Image/ImageBase{TPixel}.cs @@ -271,14 +271,6 @@ namespace SixLabors.ImageSharp this.Configuration = other.Configuration; } - /// - /// Releases any unmanaged resources from the inheriting class. - /// - protected virtual void ReleaseUnmanagedResources() - { - // TODO release unmanaged resources here - } - /// /// Disposes the object and frees resources for the Garbage Collector. /// @@ -290,8 +282,6 @@ namespace SixLabors.ImageSharp return; } - this.ReleaseUnmanagedResources(); - if (disposing) { this.ReturnPixels();