diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-03 20:27:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-03 20:27:51 +0000 |
| commit | d7fe5fa4178af87b5f1e5a571a78313fa00c3327 (patch) | |
| tree | 62a0aa38043fbd3458401634e9d584a678a94ea2 /src/lib/config.h | |
| parent | c1cfb24a12ad8109ec9e86cbff5646071ad2e85a (diff) | |
Remove film player, DVD ripping, alignment, screen configs; never finished and not really very likely to be.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index c57e6b953..5113236d6 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -29,7 +29,6 @@ #include <boost/signals2.hpp> class ServerDescription; -class Screen; class Scaler; class Filter; class SoundProcessor; @@ -75,10 +74,6 @@ public: return _servers; } - std::vector<boost::shared_ptr<Screen> > screens () const { - return _screens; - } - Scaler const * reference_scaler () const { return _reference_scaler; } @@ -140,10 +135,6 @@ public: _servers = s; } - void set_screens (std::vector<boost::shared_ptr<Screen> > s) { - _screens = s; - } - void set_reference_scaler (Scaler const * s) { _reference_scaler = s; } @@ -195,8 +186,6 @@ private: /** J2K encoding servers to use */ std::vector<ServerDescription *> _servers; - /** Screen definitions */ - std::vector<boost::shared_ptr<Screen> > _screens; /** Scaler to use for the "A" part of A/B comparisons */ Scaler const * _reference_scaler; /** Filters to use for the "A" part of A/B comparisons */ |
