ifd_enumerate.go: Drop TODO

for/master
Dustin Oprea 2020-05-05 19:51:12 -04:00
parent b6593b4cec
commit b1ff77dba9
1 changed files with 0 additions and 2 deletions

View File

@ -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 {