Removed superfluous call to creating a CSV file.

This commit is contained in:
Justin Knotzke
2010-10-31 07:02:52 -04:00
parent 05787cdcdc
commit a5b9af6fa4

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);