summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-10-13 09:50:38 +0200
committerRobin Gareus <robin@gareus.org>2015-10-13 09:55:53 +0200
commit6ec38e9193d3936b6521e6cbb084cf0ff20a9998 (patch)
treedb885f0fe57737fddfe456db6635cb5ac708f62e /libs/ardour/export_handler.cc
parent8e83ca5753e6c507e6c9cfff381706538a9b199c (diff)
remove last ofstream
Diffstat (limited to 'libs/ardour/export_handler.cc')
-rw-r--r--libs/ardour/export_handler.cc5
1 files changed, 0 insertions, 5 deletions
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 */