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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/sndfile_content.h b/src/lib/sndfile_content.h
index 27c5f3615..e8e86b603 100644
--- a/src/lib/sndfile_content.h
+++ b/src/lib/sndfile_content.h
@@ -58,10 +58,6 @@ public:
return _audio_frame_rate;
}
- int64_t audio_channel_layout () const {
- return av_get_default_channel_layout (audio_channels ());
- }
-
static bool valid_file (boost::filesystem::path);
private: