From cd967080f2053fd4f75ae5480e13e7f78d42cb3b Mon Sep 17 00:00:00 2001 From: Max Katz Date: Wed, 31 Jan 2024 15:22:18 -0800 Subject: [PATCH] Update IThemeVariantProvider.cs (#14399) --- src/Avalonia.Base/Controls/IThemeVariantProvider.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Avalonia.Base/Controls/IThemeVariantProvider.cs b/src/Avalonia.Base/Controls/IThemeVariantProvider.cs index 03a7fb1206..5d47ffa960 100644 --- a/src/Avalonia.Base/Controls/IThemeVariantProvider.cs +++ b/src/Avalonia.Base/Controls/IThemeVariantProvider.cs @@ -11,7 +11,6 @@ namespace Avalonia.Controls; /// This is a helper interface for the XAML compiler to make Key property accessibly by the markup extensions. /// Which means, it can only be used with ResourceDictionaries and markup extensions in the XAML code. /// -[Unstable("This XAML-only API might be removed in the future minor updates.")] public interface IThemeVariantProvider : IResourceProvider { ///