helpers: Remove some unused funcs

This commit is contained in:
Bjørn Erik Pedersen 2017-08-03 15:58:55 +02:00
parent 81c13171a9
commit f768c27f0d

View file

@ -22,12 +22,6 @@ import (
"github.com/russross/blackfriday"
)
// LinkResolverFunc describes a custom function to resolve a given link.
type LinkResolverFunc func(ref string) (string, error)
// FileResolverFunc describes a custom function to resolve a given file path.
type FileResolverFunc func(ref string) (string, error)
// HugoHTMLRenderer wraps a blackfriday.Renderer, typically a blackfriday.Html
// Enabling Hugo to customise the rendering experience
type HugoHTMLRenderer struct {