summaryrefslogtreecommitdiff
path: root/src/lib/make_dcp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/make_dcp.cc')
-rw-r--r--src/lib/make_dcp.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/make_dcp.cc b/src/lib/make_dcp.cc
index 5fb93a618..c40f707ee 100644
--- a/src/lib/make_dcp.cc
+++ b/src/lib/make_dcp.cc
@@ -48,10 +48,6 @@ make_dcp (shared_ptr<Film> film, TranscodeJob::ChangedBehaviour behaviour)
throw BadSettingError (_("name"), _("Cannot contain slashes"));
}
- if (film->container() == nullptr) {
- throw MissingSettingError (_("container"));
- }
-
if (film->content().empty()) {
throw runtime_error (_("You must add some content to the DCP before creating it"));
}