diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-08 23:23:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-08 23:23:16 +0200 |
| commit | 836b620432087bcd3ffa203015d9a34c4df43d31 (patch) | |
| tree | 63d2354bf4d3d442fcc54268b9b52386463f318f /src/lib/config.h | |
| parent | 35668367ce557f78b44331369635274f5ca755ce (diff) | |
Remove un-settable config parameters.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index d8ff70db8..582e90cf9 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -214,14 +214,6 @@ public: return _default_still_length; } - DCPContentType const * default_dcp_content_type() const { - return _default_dcp_content_type; - } - - int default_dcp_audio_channels() const { - return _default_dcp_audio_channels; - } - std::string dcp_issuer() const { return _dcp_issuer; } @@ -1399,8 +1391,6 @@ private: boost::optional<std::string> _language; /** Default length of still image content (seconds) */ int _default_still_length; - DCPContentType const * _default_dcp_content_type; - int _default_dcp_audio_channels; std::string _dcp_issuer; std::string _dcp_creator; std::string _dcp_company_name; |
