summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.h
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.h
parentce9ca273648d879a4aee700593b757147336d884 (diff)
Always sign DCPs (#1760).
Diffstat (limited to 'src/lib/create_cli.h')
-rw-r--r--src/lib/create_cli.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h
index 01e8e6633..97e091056 100644
--- a/src/lib/create_cli.h
+++ b/src/lib/create_cli.h
@@ -48,7 +48,6 @@ public:
int still_length;
dcp::Standard standard;
bool no_use_isdcf_name;
- bool no_sign;
boost::optional<boost::filesystem::path> config_dir;
boost::optional<boost::filesystem::path> output_dir;
boost::optional<std::string> error;