diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-03 23:41:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-03 23:41:24 +0100 |
| commit | 988ed4fac88965f2fc260f55a05e2db87bb1ecb8 (patch) | |
| tree | 4b0899703cfbcca3b2f9c880446aa570dddb73c5 /src/lib/writer.cc | |
| parent | 77da11b5e09820f8f5babac6d17ff35c0098c96e (diff) | |
Confirm overwrite of existing DCP when creating a new one.
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index ccd6d74d1..595915883 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -79,9 +79,6 @@ Writer::Writer (shared_ptr<const Film> film, weak_ptr<Job> j) , _repeat_written (0) , _pushed_to_disk (0) { - /* Remove any old DCP */ - boost::filesystem::remove_all (_film->dir (_film->dcp_name ())); - shared_ptr<Job> job = _job.lock (); DCPOMATIC_ASSERT (job); |
