Merge master.
[dcpomatic.git] / src / lib / sndfile_decoder.h
index b999a66d15f40644bb0313614c5d9c771e7b17cf..1d212cc9b26871bb972f96f135d91cac48736f8c 100644 (file)
@@ -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;