From 186654cc20ef302abed1a2ddfa01fc1fa3af81fa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 11 May 2020 01:50:01 +0200 Subject: Remove now-unused default-scale-to config option. --- src/lib/config.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/lib/config.h') diff --git a/src/lib/config.h b/src/lib/config.h index f54ca3814..23f7ce0b3 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -186,10 +186,6 @@ public: return _default_container; } - Ratio const * default_scale_to () const { - return _default_scale_to; - } - DCPContentType const * default_dcp_content_type () const { return _default_dcp_content_type; } @@ -686,10 +682,6 @@ public: maybe_set (_default_container, c); } - void set_default_scale_to (Ratio const * c) { - maybe_set (_default_scale_to, c); - } - void set_default_dcp_content_type (DCPContentType const * t) { maybe_set (_default_dcp_content_type, t); } @@ -1233,7 +1225,6 @@ private: /** Default length of still image content (seconds) */ int _default_still_length; Ratio const * _default_container; - Ratio const * _default_scale_to; DCPContentType const * _default_dcp_content_type; int _default_dcp_audio_channels; std::string _dcp_issuer; -- cgit v1.2.3