Small simplification.
[dcpomatic.git] / src / lib / video_decoder.h
index 7d43c9e82539aa0caf39b7dac2c6338921032517..1a02272a5ef245a591c1b1d5723834d4b7b2e25e 100644 (file)
@@ -74,8 +74,6 @@ protected:
        std::vector<boost::shared_ptr<SubtitleStream> > _subtitle_streams;
 
 private:
-       void signal_video (boost::shared_ptr<Image>, bool, boost::shared_ptr<Subtitle>, double);
-
        int _video_frame;
        double _last_source_time;