X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsndfile_content.h;h=cdb842c042f471d234eb5df17ab543cb8b2be149;hb=3db1df492e1009ee28641cdc593a139df156e8d7;hp=dfd36971d41dbab852cf35730f2ecb42b7c1f809;hpb=65b331d32c383f3a9049f29bf03ab3fe3193b31a;p=dcpomatic.git diff --git a/src/lib/sndfile_content.h b/src/lib/sndfile_content.h index dfd36971d..cdb842c04 100644 --- a/src/lib/sndfile_content.h +++ b/src/lib/sndfile_content.h @@ -42,17 +42,7 @@ public: std::string information () const; void as_xml (xmlpp::Node *) const; - void take_from_audio_examiner (boost::shared_ptr); - static bool valid_file (boost::filesystem::path); - -private: - Frame audio_length () const { - boost::mutex::scoped_lock lm (_mutex); - return _audio_length; - } - - Frame _audio_length; }; #endif