summaryrefslogtreecommitdiff
path: root/src/lib/config.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-20 16:25:52 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-20 16:25:52 +0100
commitedfd92e5554e3389e6456f497f44ca6e866800bf (patch)
treed3b0196ec470016cf93cd273ba4d324d1ab0c39e /src/lib/config.h
parent69efa47dbd1684c897f780c80fd68bdc05c817f4 (diff)
Remove A/B mode for now.
Diffstat (limited to 'src/lib/config.h')
-rw-r--r--src/lib/config.h8
1 files changed, 0 insertions, 8 deletions
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<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;