One missing ->video.
[dcpomatic.git] / src / lib / single_stream_audio_content.h
index ad4de46ea22d0f63fec6ec35eb84700c77a50a63..7ae6dbaa46c3538d6fb5a951e05ebd829a7031b4 100644 (file)
@@ -49,8 +49,6 @@ public:
        void take_from_audio_examiner (boost::shared_ptr<AudioExaminer>);
 
 protected:
-       void add_properties (std::list<std::pair<std::string, std::string> > &) const;
-
        boost::shared_ptr<AudioStream> _audio_stream;
 };