diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-22 00:00:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-22 00:00:55 +0100 |
| commit | 2b1f8bb12adc35dcd7f352885cb0f9a80b04093e (patch) | |
| tree | c7676e2c8905a8834b527514aa605ed0da219ee3 /src/lib/butler.h | |
| parent | 88eb173f022062b337dc5d1681a1917c5893dc95 (diff) | |
Remove some unused code.
Diffstat (limited to 'src/lib/butler.h')
| -rw-r--r-- | src/lib/butler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h index c2c5d8ca5..f68504f0e 100644 --- a/src/lib/butler.h +++ b/src/lib/butler.h @@ -47,7 +47,7 @@ public: private: void thread (); void video (boost::shared_ptr<PlayerVideo> video, DCPTime time); - void audio (boost::shared_ptr<AudioBuffers> audio, DCPTime time); + void audio (boost::shared_ptr<AudioBuffers> audio); void player_changed (); bool should_run () const; |
