remove convertLinksFromJS

This commit is contained in:
studiokaiji
2023-11-08 14:30:32 +09:00
parent b2f9b499af
commit c09071ae5c

View File

@@ -212,7 +212,3 @@ func convertLinks(
convertLinks(priKey, pubKey, basePath, replaceable, indexHtmlIdentifier, c) convertLinks(priKey, pubKey, basePath, replaceable, indexHtmlIdentifier, c)
} }
} }
func convertLinksFromJS() {
}