mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
resources: Remove unused map type
This commit is contained in:
parent
28143397d6
commit
20bdc69a47
1 changed files with 0 additions and 3 deletions
|
@ -62,9 +62,6 @@ type imageResource struct {
|
||||||
baseResource
|
baseResource
|
||||||
}
|
}
|
||||||
|
|
||||||
// ImageData contains image related data, typically Exif.
|
|
||||||
type ImageData map[string]interface{}
|
|
||||||
|
|
||||||
func (i *imageResource) Exif() (*exif.Exif, error) {
|
func (i *imageResource) Exif() (*exif.Exif, error) {
|
||||||
return i.root.getExif()
|
return i.root.getExif()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue