mirror of https://github.com/dsoprea/go-exif.git
ifd_enumerate.go: Drop TODO
parent
b6593b4cec
commit
b1ff77dba9
|
@ -710,8 +710,6 @@ func (ifd *Ifd) GpsInfo() (gi *GpsInfo, err error) {
|
|||
}
|
||||
}()
|
||||
|
||||
// TODO(dustin): !! Also add functionality to update the GPS info.
|
||||
|
||||
gi = new(GpsInfo)
|
||||
|
||||
if ifd.IfdPath != exifcommon.IfdPathStandardGps {
|
||||
|
|
Loading…
Reference in New Issue