diff options
Diffstat (limited to 'src/lib/butler.h')
| -rw-r--r-- | src/lib/butler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h index b1debfca2..4f4e50884 100644 --- a/src/lib/butler.h +++ b/src/lib/butler.h @@ -32,14 +32,12 @@ class Player; class PlayerVideo; -class Log; class Butler : public ExceptionStore, public boost::noncopyable { public: Butler ( boost::shared_ptr<Player> player, - boost::shared_ptr<Log> log, AudioMapping map, int audio_channels, boost::function<AVPixelFormat (AVPixelFormat)> pixel_format, @@ -75,7 +73,6 @@ private: void seek_unlocked (DCPTime position, bool accurate); boost::shared_ptr<Player> _player; - boost::shared_ptr<Log> _log; boost::thread* _thread; /** mutex to protect _video, _audio and _closed_caption for when we are clearing them and they all need to be |
