X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fconfig.h;h=9a57b1b484624b36a73055911944e1ae374a78d1;hb=7c730205e50014347bd96ab9735346d0b5922798;hp=29511b1fe80c47e150d4b9669b1e55686de15386;hpb=951d70db4f81b5ddd4093f11853637c8ecbe63c5;p=dcpomatic.git diff --git a/src/lib/config.h b/src/lib/config.h index 29511b1fe..9a57b1b48 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -141,11 +141,6 @@ public: return _tms_password; } - /** @return The cinema sound processor that we are using */ - CinemaSoundProcessor const * cinema_sound_processor () const { - return _cinema_sound_processor; - } - std::list > cinemas () const { return _cinemas; } @@ -1173,8 +1168,6 @@ private: std::string _tms_user; /** Password to log into the TMS with */ std::string _tms_password; - /** Our cinema sound processor */ - CinemaSoundProcessor const * _cinema_sound_processor; /** The list of possible DCP frame rates that DCP-o-matic will use */ std::list _allowed_dcp_frame_rates; /** Allow any video frame rate for the DCP; if true, overrides _allowed_dcp_frame_rates */