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:
parent
cf0ad83f05
commit
4aa7e21e12
@ -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 std::vector<boost::shared_array<gain_t> > _gain_buffers;
|
||||||
static Glib::Threads::Mutex _level_buffer_lock;
|
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;
|
std::string _peakpath;
|
||||||
|
|
||||||
int initialize_peakfile (const std::string& path, const bool in_session = false);
|
int initialize_peakfile (const std::string& path, const bool in_session = false);
|
||||||
|
@ -52,7 +52,6 @@ AudioPlaylistSource::AudioPlaylistSource (Session& s, const ID& orig, const std:
|
|||||||
, _playlist_channel (chn)
|
, _playlist_channel (chn)
|
||||||
{
|
{
|
||||||
AudioSource::_length = timecnt_t (len);
|
AudioSource::_length = timecnt_t (len);
|
||||||
ensure_buffers_for_level (_level, _session.sample_rate());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
AudioPlaylistSource::AudioPlaylistSource (Session& s, const XMLNode& node)
|
AudioPlaylistSource::AudioPlaylistSource (Session& s, const XMLNode& node)
|
||||||
|
Loading…
Reference in New Issue
Block a user