diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-21 23:17:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-21 23:17:00 +0000 |
| commit | ad1ef39eda58b3a919ea3b7084401a0439409ec6 (patch) | |
| tree | 2bf2888a1a964f07b7dc318c7bf7dd73e1d61eb0 /src/lib/butler.h | |
| parent | fe8251bb73765b459042b0fa841dae2d440487fd (diff) | |
Tidy and fix logging.
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 |
