diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-30 11:37:34 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-09-30 11:37:34 +0200 |
| commit | 9eced47f9801c8f4387d7d54355e52021eb11b18 (patch) | |
| tree | 546c8a17e1472edd2aef4e8699829b5538427f40 /src/lib/create_cli.cc | |
| parent | dd4786cb54373a541c970c00f173f7e1504e5c59 (diff) | |
Cleanup: make some variables private.
Diffstat (limited to 'src/lib/create_cli.cc')
| -rw-r--r-- | src/lib/create_cli.cc | 8 |
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; |
