diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-10 15:06:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | 3db1df492e1009ee28641cdc593a139df156e8d7 (patch) | |
| tree | 7d86e74117a701515f381ee707d7699acab7b2dc /src/lib/sndfile_content.h | |
| parent | 4fe27489ad67267081d048b45a4df9ee37541fde (diff) | |
Store audio length in AudioStream.
Diffstat (limited to 'src/lib/sndfile_content.h')
| -rw-r--r-- | src/lib/sndfile_content.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/sndfile_content.h b/src/lib/sndfile_content.h index 73d02edec..cdb842c04 100644 --- a/src/lib/sndfile_content.h +++ b/src/lib/sndfile_content.h @@ -43,14 +43,6 @@ public: void as_xml (xmlpp::Node *) const; 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 |
