summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-08 02:11:18 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-08 17:09:15 +0200
commit8755ef75cb001cf7fba230ffa98fb40eb2547849 (patch)
treea6884e631d07c0d01e57dab6b9612f584b202426 /src/lib/create_cli.cc
parentce9ca273648d879a4aee700593b757147336d884 (diff)
Always sign DCPs (#1760).
Diffstat (limited to 'src/lib/create_cli.cc')
-rw-r--r--src/lib/create_cli.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/create_cli.cc b/src/lib/create_cli.cc
index b670282b4..aec12e59e 100644
--- a/src/lib/create_cli.cc
+++ b/src/lib/create_cli.cc
@@ -81,7 +81,6 @@ CreateCLI::CreateCLI (int argc, char* argv[])
, still_length (10)
, standard (dcp::SMPTE)
, no_use_isdcf_name (false)
- , no_sign (false)
, fourk (false)
{
string dcp_content_type_string = "TST";
@@ -113,8 +112,6 @@ CreateCLI::CreateCLI (int argc, char* argv[])
encrypt = claimed = true;
} else if (a == "--no-use-isdcf-name") {
no_use_isdcf_name = claimed = true;
- } else if (a == "--no-sign") {
- no_sign = claimed = true;
} else if (a == "--threed") {
threed = claimed = true;
} else if (a == "--left-eye") {