]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libvaladoc/gtkdocmarkdownparser: Remove unused this_name argument
authorCorentin Noël <corentin.noel@collabora.com>
Mon, 30 Oct 2023 18:15:19 +0000 (19:15 +0100)
committerCorentin Noël <corentin.noel@collabora.com>
Mon, 19 Feb 2024 16:57:31 +0000 (17:57 +0100)
libvaladoc/documentation/gtkdocmarkdownparser.vala

index 9f87cdb171465377319b4c56c0b46ccf9343afb5..8f7608a2f6c36cfb26bfcc168e322d0656aeb639 100644 (file)
@@ -621,7 +621,7 @@ public class Valadoc.Gtkdoc.MarkdownParser : Object, ResourceLocator {
                comment.content.insert (1, note);
        }
 
-       public Comment? parse (Api.Node element, Api.GirSourceComment gir_comment, GirMetaData metadata, Importer.InternalIdRegistrar id_registrar, string? this_name = null) {
+       public Comment? parse (Api.Node element, Api.GirSourceComment gir_comment, GirMetaData metadata, Importer.InternalIdRegistrar id_registrar) {
                this.metadata = metadata;
                this.id_registrar = id_registrar;
                this.gir_comment = gir_comment;