From c8a9b28d3bee57604c5f8e4241f6f3ea10402f2c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 18 Sep 2017 22:21:27 -0400 Subject: remove getter for Amp::_apply_automation_gain; reset member to false after use, and true after ::setup_automation_gain runs successfully --- libs/ardour/ardour/amp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/amp.h b/libs/ardour/ardour/amp.h index f3b401fc02..89c9c19b91 100644 --- a/libs/ardour/ardour/amp.h +++ b/libs/ardour/ardour/amp.h @@ -54,7 +54,6 @@ public: void setup_gain_automation (samplepos_t start_sample, samplepos_t end_sample, samplecnt_t nframes); bool apply_gain_automation() const { return _apply_gain_automation; } - void apply_gain_automation(bool yn) { _apply_gain_automation = yn; } XMLNode& state (bool full); int set_state (const XMLNode&, int version); -- cgit v1.2.3