X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fsndfile_helpers.h;h=b5cdeb0a7e8652aed39ffab4c7f02e8ede9ea6c6;hb=f00420a7b92b1b9d1159c29b2d365d21d6f2be27;hp=d7b02dab1ff83ab15fa2d145f10814bc5c08f430;hpb=1511423e4ec34a56d1e22d6379f08847dcd25e84;p=ardour.git diff --git a/libs/ardour/ardour/sndfile_helpers.h b/libs/ardour/ardour/sndfile_helpers.h index d7b02dab1f..b5cdeb0a7e 100644 --- a/libs/ardour/ardour/sndfile_helpers.h +++ b/libs/ardour/ardour/sndfile_helpers.h @@ -36,13 +36,4 @@ int sndfile_data_width (int format); string sndfile_major_format(int); string sndfile_minor_format(int); -struct SoundFileInfo { - float samplerate; - uint16_t channels; - int64_t length; - std::string format_name; -}; - -bool get_soundfile_info (string path, SoundFileInfo& _info); - #endif /* __sndfile_helpers_h__ */