diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-04 01:28:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-14 21:07:49 +0100 |
| commit | 9de96c328babc3944f5a9b4d12da9471e3a33ef7 (patch) | |
| tree | 0b2fb5ce5386c5726cdd3e2bde5a9b93058977f9 /src/lib/butler.h | |
| parent | 63d301ca5f4518c2d559066cc7909e7acb62cd7f (diff) | |
Remove believed-unnecessary player-changed handler in butler.
Diffstat (limited to 'src/lib/butler.h')
| -rw-r--r-- | src/lib/butler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h index e416ba818..8fad3614e 100644 --- a/src/lib/butler.h +++ b/src/lib/butler.h @@ -49,7 +49,6 @@ private: void thread (); void video (boost::shared_ptr<PlayerVideo> video, DCPTime time); void audio (boost::shared_ptr<AudioBuffers> audio); - void player_changed (); bool should_run () const; void prepare (boost::weak_ptr<PlayerVideo> video) const; @@ -81,5 +80,4 @@ private: boost::signals2::scoped_connection _player_video_connection; boost::signals2::scoped_connection _player_audio_connection; - boost::signals2::scoped_connection _player_changed_connection; }; |
