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
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
1 changed files with 0 additions and 3 deletions

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()
}