2020-10-15 Fred Gleason <fredg@paravelsystems.com>

* Removed the 'RDSettings::defaultExtension()' method containing the
	'stationname' parameter.
	* Removed the 'stationname' parameter from the
	'RDSettings::pathName()' method.
	* Removed the 'RDSettings::bytesPerSec()' method.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-10-15 18:07:02 -04:00
parent d61f3ad32a
commit b632717817
5 changed files with 15 additions and 76 deletions

View File

@@ -476,7 +476,7 @@ void MainObject::ExportCut(RDCart *cart,RDCut *cut)
conv->setCutNumber(RDCut::cutNumber(cut->cutName()));
conv->setDestinationSettings(&settings);
conv->setDestinationFile(ResolveOutputName(cart,cut,
RDSettings::defaultExtension(rda->station()->name(),settings.format())));
RDSettings::defaultExtension(settings.format())));
conv->setEnableMetadata(true);
if((export_err=conv->runExport(rda->user()->name(),rda->user()->password(),