From f60cff1cb2a56982c765dab5d10cbfd90ee7560d Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Tue, 26 Sep 2023 16:12:10 +0200 Subject: [PATCH] C#: Remove compat method that is now generated --- modules/mono/glue/GodotSharp/GodotSharp/Compat.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Compat.cs b/modules/mono/glue/GodotSharp/GodotSharp/Compat.cs index dd0affdb757f..48b47b166a8b 100644 --- a/modules/mono/glue/GodotSharp/GodotSharp/Compat.cs +++ b/modules/mono/glue/GodotSharp/GodotSharp/Compat.cs @@ -83,13 +83,6 @@ public long DrawListBegin(Rid framebuffer, InitialAction initialColorAction, Fin partial class RichTextLabel { - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public void AddImage(Texture2D image, int width, int height, Nullable color, InlineAlignment inlineAlign, Nullable region) - { - AddImage(image, width, height, color, inlineAlign, region, key: default, pad: false, tooltip: "", sizeInPercent: false); - } - /// [EditorBrowsable(EditorBrowsableState.Never)] public void PushList(int level, ListType type, bool capitalize)