Skip to content

Commit

Permalink
Remove obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Dec 24, 2024
1 parent 8eda06b commit a699abc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions exif-gps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,6 @@ char* ReadExifData(const char* File, int* IncludesGPS, double* Lat, double* Long
// DateStamp and TimeStamp should be 12-char strings.
char* ReadGPSTimestamp(const char* File, char* DateStamp, char* TimeStamp, int* IncludesGPS)
{
// This function varies in that it reads
// much more data than the last, specifically
// for display purposes. For the GUI version.
// Open and read the file.
Exiv2::Image::UNIQUEPTR Image;

Expand Down
4 changes: 1 addition & 3 deletions main-command.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ static int ShowFileDetails(const char* File, enum OutputFormat Format,
PACKAGE_VERSION);
if (Options->AutoTimeZone && Time)
{
/* Use the local time zone as of the date of first picture
* as the time for correlating all the remainder. */
SetAutoTimeZoneOptions(Time, Options);
Options->AutoTimeZone = 0;
}
Expand Down Expand Up @@ -762,7 +760,7 @@ int main(int argc, char** argv)
/* Pass the file along to Correlate and see what happens. */
Result = CorrelatePhoto(File, &Options);

/* Was result NULL? */
/* Was result non-NULL? */
if (Result)
{
/* Result not null. But what did happen? */
Expand Down

0 comments on commit a699abc

Please sign in to comment.