diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-09 21:56:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-29 10:35:55 +0200 |
| commit | 099599250ecd4fbceaeee2041fff10540be7533d (patch) | |
| tree | 262f32f1b85c33ece9b81e5675c97ae71bfc6f1b /src/lib/config.h | |
| parent | ca969a5faa17913d1da04e57f56c29d20340ce2c (diff) | |
Remove default DCP content type setting.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index b8dab9a44..ab44e414a 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -770,10 +770,6 @@ public: maybe_set (_default_still_length, s); } - void set_default_dcp_content_type (DCPContentType const * t) { - maybe_set (_default_dcp_content_type, t); - } - void set_default_dcp_audio_channels (int c) { maybe_set (_default_dcp_audio_channels, c); } |
