Removed superfluous call to creating a CSV file.

This commit is contained in:
Justin Knotzke
2010-10-31 07:02:52 -04:00
parent f690e188a1
commit 3e0f3358f5

View File

@@ -167,7 +167,6 @@ SplitRideDialog::CreateNewRideFile(const RideFile *ride, int nRecStart, int nRec
return;
}
newRideFile->writeAsCsv(file, true);
GcFileReader f;
f.writeRideFile(newRideFile.get(), file);