summaryrefslogtreecommitdiff
path: root/src/lib/sndfile_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/sndfile_content.h')
-rw-r--r--src/lib/sndfile_content.h8
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