summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/sndfile_helpers.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-02-06 10:19:58 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2015-02-06 10:33:01 -0500
commit63a1b56560df7f56c8d25c93d0ffeb30997e9325 (patch)
treeba6caa599202d757899998ad295609c4c96fc231 /libs/ardour/ardour/sndfile_helpers.h
parent6b9415aedb35d03561ef16d846f08bc0fc7c57c7 (diff)
fix (and comment) on subtle bug with audio file data width function
Diffstat (limited to 'libs/ardour/ardour/sndfile_helpers.h')
-rw-r--r--libs/ardour/ardour/sndfile_helpers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/sndfile_helpers.h b/libs/ardour/ardour/sndfile_helpers.h
index b475b082be..1d11375fa6 100644
--- a/libs/ardour/ardour/sndfile_helpers.h
+++ b/libs/ardour/ardour/sndfile_helpers.h
@@ -49,7 +49,6 @@ int sndfile_header_format_by_index (int);
int sndfile_endian_format_by_index (int);
int sndfile_data_width (int format);
-int sndfile_data_width (ARDOUR::SampleFormat);
// It'd be nice if libsndfile did this for us
std::string sndfile_major_format (int);