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:
@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user