Remove A/B mode for now.
[dcpomatic.git] / src / lib / config.h
index 110bcc6a8de5dabbd3aa9a19110f60cb0b200403..f3e8f1441b918bd23282f5adfc2f8bb46a20d9e6 100644 (file)
@@ -65,14 +65,6 @@ public:
                return _servers;
        }
 
-       Scaler const * reference_scaler () const {
-               return _reference_scaler;
-       }
-
-       std::vector<Filter const *> 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;