1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

resources: Remove unused map type

This commit is contained in:
Bjørn Erik Pedersen
2019-08-31 21:30:13 +02:00
parent 28143397d6
commit 20bdc69a47

View File

@ -62,9 +62,6 @@ type imageResource struct {
baseResource
}
// ImageData contains image related data, typically Exif.
type ImageData map[string]interface{}
func (i *imageResource) Exif() (*exif.Exif, error) {
return i.root.getExif()
}