X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fconfig.h;h=f3e8f1441b918bd23282f5adfc2f8bb46a20d9e6;hb=6de3f68aa2bec3f8a1c35a587f56fdee5e105ed3;hp=110bcc6a8de5dabbd3aa9a19110f60cb0b200403;hpb=883d885dc8690519d205c8baa275385af8a39f4b;p=dcpomatic.git diff --git a/src/lib/config.h b/src/lib/config.h index 110bcc6a8..f3e8f1441 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -65,14 +65,6 @@ public: return _servers; } - Scaler const * reference_scaler () const { - return _reference_scaler; - } - - std::vector reference_filters () const { - return _reference_filters; - } - /** @return The IP address of a TMS that we can copy DCPs to */ std::string tms_ip () const { return _tms_ip;