From 083115d08703333ca9ec07ab1a3c59bfa3d18759 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Tue, 17 May 2022 10:10:42 +0200 Subject: [PATCH] Interface is client implementable. Co-authored-by: Benedikt Stebner --- src/Avalonia.Base/Media/TextFormatting/ITextSource.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Avalonia.Base/Media/TextFormatting/ITextSource.cs b/src/Avalonia.Base/Media/TextFormatting/ITextSource.cs index 85641977e6..26966b37bc 100644 --- a/src/Avalonia.Base/Media/TextFormatting/ITextSource.cs +++ b/src/Avalonia.Base/Media/TextFormatting/ITextSource.cs @@ -5,7 +5,6 @@ namespace Avalonia.Media.TextFormatting /// /// Produces objects that are used by the . /// - [NotClientImplementable] public interface ITextSource { ///