diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-23 16:55:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-23 16:55:20 +0200 |
| commit | 29b1749d705032a4c15f41c586bb7ad4bb734825 (patch) | |
| tree | a1b1df5f12d4a41711231ea94febeba7bc20a378 /src/tools | |
| parent | e10466debe29373a46a8707d1a791b7c52d94f34 (diff) | |
Fix silly mistake adding an extra make_dcp().
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_cli.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_cli.cc b/src/tools/dcpomatic_cli.cc index dae904eb4..9c1d072d8 100644 --- a/src/tools/dcpomatic_cli.cc +++ b/src/tools/dcpomatic_cli.cc @@ -412,7 +412,6 @@ main (int argc, char* argv[]) } } - make_dcp (film, behaviour); bool const error = show_jobs_on_console (progress); if (keep_going) { |
