diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-09 22:23:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-11 09:33:48 +0100 |
| commit | b1ef870b61528feb0d72ed9d7fe54447b3b5c7db (patch) | |
| tree | 6b8455184a3d2806a921e31cfe2a81e2df4a20b7 /src/lib/kdm_cli.cc | |
| parent | fcf34a4db52dd67b95992955cfe767f1929f9f63 (diff) | |
Allow tests to run kdm_cli().
Diffstat (limited to 'src/lib/kdm_cli.cc')
| -rw-r--r-- | src/lib/kdm_cli.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/kdm_cli.cc b/src/lib/kdm_cli.cc index 8086fc4b7..e9a3651ba 100644 --- a/src/lib/kdm_cli.cc +++ b/src/lib/kdm_cli.cc @@ -596,9 +596,6 @@ try valid_to = valid_from.get() + duration_from_string (*duration_string); } - dcpomatic_setup_path_encoding (); - dcpomatic_setup (); - if (verbose) { out (String::compose("Making KDMs valid from %1 to %2", boost::posix_time::to_simple_string(valid_from.get()), boost::posix_time::to_simple_string(valid_to.get()))); } |
