diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-09 22:03:01 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-29 10:35:55 +0200 |
| commit | 98a0aa443e10d1db466c575fd854bef841988534 (patch) | |
| tree | b46cf722c3e538eabb36e0fe53632a6d64b19400 /src/lib/config.h | |
| parent | 099599250ecd4fbceaeee2041fff10540be7533d (diff) | |
Remove default DCP audio channel 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 ab44e414a..aaeada4e6 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_audio_channels (int c) { - maybe_set (_default_dcp_audio_channels, c); - } - void set_dcp_issuer (std::string i) { maybe_set (_dcp_issuer, i); } |
