Remove some unused code.
[dcpomatic.git] / src / lib / butler.h
index c2c5d8ca5e990a75c8516992b0bf0fc6f6371505..f68504f0e5cdb2e19384a5b34c3ea83e7b092789 100644 (file)
@@ -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;