From: Carl Hetherington Date: Fri, 7 Sep 2018 22:44:44 +0000 (+0100) Subject: Remove some unused variables. X-Git-Tag: v2.13.49~32 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=317642ed92c76e0387fe8c439fd0c36317a7ef0d Remove some unused variables. --- diff --git a/src/lib/ffmpeg_encoder.h b/src/lib/ffmpeg_encoder.h index 51af48d48..37e45a888 100644 --- a/src/lib/ffmpeg_encoder.h +++ b/src/lib/ffmpeg_encoder.h @@ -87,10 +87,6 @@ private: boost::shared_ptr _pending_audio; - mutable boost::mutex _queue_mutex; - boost::condition _queue_full; - std::list, DCPTime> > _queue; - boost::shared_ptr _butler; /** Store of shared_ptr to keep them alive whilst raw pointers into