remove declarations and one call to methods removed in master (lld(1) failed to pick this up; ld(1) does)

This commit is contained in:
Paul Davis 2021-02-03 10:15:34 -07:00
parent cf0ad83f05
commit 4aa7e21e12
2 changed files with 0 additions and 4 deletions

View File

@ -114,9 +114,6 @@ class LIBARDOUR_API AudioSource : virtual public Source, public ARDOUR::AudioRea
static std::vector<boost::shared_array<gain_t> > _gain_buffers;
static Glib::Threads::Mutex _level_buffer_lock;
static void ensure_buffers_for_level (uint32_t, samplecnt_t);
static void ensure_buffers_for_level_locked (uint32_t, samplecnt_t);
std::string _peakpath;
int initialize_peakfile (const std::string& path, const bool in_session = false);

View File

@ -52,7 +52,6 @@ AudioPlaylistSource::AudioPlaylistSource (Session& s, const ID& orig, const std:
, _playlist_channel (chn)
{
AudioSource::_length = timecnt_t (len);
ensure_buffers_for_level (_level, _session.sample_rate());
}
AudioPlaylistSource::AudioPlaylistSource (Session& s, const XMLNode& node)