summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/create_cli.cc')
-rw-r--r--src/lib/create_cli.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/create_cli.cc b/src/lib/create_cli.cc
index 03a199258..0ad728faf 100644
--- a/src/lib/create_cli.cc
+++ b/src/lib/create_cli.cc
@@ -124,14 +124,6 @@ argument_option (
CreateCLI::CreateCLI (int argc, char* argv[])
: version (false)
- , encrypt (false)
- , threed (false)
- , dcp_content_type (nullptr)
- , container_ratio (nullptr)
- , standard (dcp::Standard::SMPTE)
- , no_use_isdcf_name (false)
- , twok (false)
- , fourk (false)
{
string dcp_content_type_string = "TST";
string container_ratio_string;