From 540aac0bc5ca6cbf393c650e97236a9677124a30 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 10 May 2013 21:28:26 +0100 Subject: Remove gain/delay_line/matcher/trimmer. --- src/lib/ab_transcoder.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/lib/ab_transcoder.h') diff --git a/src/lib/ab_transcoder.h b/src/lib/ab_transcoder.h index 134bce3e4..54d7ed0be 100644 --- a/src/lib/ab_transcoder.h +++ b/src/lib/ab_transcoder.h @@ -31,12 +31,8 @@ class Encoder; class Image; class Log; class Film; -class Matcher; -class DelayLine; -class Gain; class Combiner; class Player; -class Trimmer; /** @class ABTranscoder * @brief A transcoder which uses one Film for the left half of the screen, and a different one @@ -59,9 +55,5 @@ private: boost::shared_ptr _job; boost::shared_ptr _encoder; boost::shared_ptr _combiner; - boost::shared_ptr _matcher; - boost::shared_ptr _delay_line; - boost::shared_ptr _gain; - boost::shared_ptr _trimmer; boost::shared_ptr _image; }; -- cgit v1.2.3