mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 13:44:43 -04:00
resources: Remove unused map type
This commit is contained in:
parent
28143397d6
commit
20bdc69a47
@ -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…
x
Reference in New Issue
Block a user