summaryrefslogtreecommitdiff
path: root/src/lib/sndfile_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-28 18:16:05 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-28 18:16:05 +0100
commit9525e7726e4d488f193957d4fcf1cc1725581ae8 (patch)
tree946b1d33d41adb88985fafdf59d1faf322621944 /src/lib/sndfile_decoder.h
parentde93a3c0e00b0a961774f7bcd67d717495da2838 (diff)
parenta8ed320d887056ab84dd7068e9a9560d955e416d (diff)
Merge master.
Diffstat (limited to 'src/lib/sndfile_decoder.h')
-rw-r--r--src/lib/sndfile_decoder.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/sndfile_decoder.h b/src/lib/sndfile_decoder.h
index b999a66d1..1d212cc9b 100644
--- a/src/lib/sndfile_decoder.h
+++ b/src/lib/sndfile_decoder.h
@@ -36,9 +36,6 @@ public:
int audio_frame_rate () const;
private:
- SNDFILE* open_file (sf_count_t &);
- void close_file (SNDFILE*);
-
boost::shared_ptr<const SndfileContent> _sndfile_content;
SNDFILE* _sndfile;
SF_INFO _info;