remove unused pub templates func

This commit is contained in:
nils måsén 2023-10-02 15:46:52 +02:00
parent 3bcc86cd8f
commit ddb6affcd5

View file

@ -236,7 +236,3 @@ func getShoutrrrTemplate(tplString string, legacy bool) (tpl *template.Template,
return
}
func GetShoutrrrTemplate(tplString string) (tpl *template.Template, err error) {
return getShoutrrrTemplate(tplString, false)
}