From 6ec38e9193d3936b6521e6cbb084cf0ff20a9998 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 13 Oct 2015 09:50:38 +0200 Subject: remove last ofstream --- libs/ardour/export_handler.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libs/ardour/export_handler.cc') diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc index a9066ee6e7..f53f270918 100644 --- a/libs/ardour/export_handler.cc +++ b/libs/ardour/export_handler.cc @@ -425,11 +425,6 @@ ExportHandler::export_cd_marker_file (ExportTimespanPtr timespan, ExportFormatSp CDMarkerStatus status (filepath, timespan, file_format, filename); - if (!status.out) { - error << string_compose(_("Editor: cannot open \"%1\" as export file for CD marker file"), filepath) << endmsg; - return; - } - (this->*header_func) (status); /* Get locations and sort */ -- cgit v1.2.3