From 69ecb0db70996a5c1092efe712d195ffcff5e8b1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 15 Jul 2017 23:24:14 +0200 Subject: Remove unused API and a never used execution-branch --- libs/ardour/ardour/amp.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libs/ardour/ardour/amp.h') diff --git a/libs/ardour/ardour/amp.h b/libs/ardour/ardour/amp.h index d07f860599..5bafc04e07 100644 --- a/libs/ardour/ardour/amp.h +++ b/libs/ardour/ardour/amp.h @@ -49,9 +49,6 @@ public: void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, double speed, pframes_t nframes, bool); - bool apply_gain () const { return _apply_gain; } - void apply_gain (bool yn) { _apply_gain = yn; } - void set_gain_automation_buffer (gain_t *); void setup_gain_automation (framepos_t start_frame, framepos_t end_frame, framecnt_t nframes); @@ -81,7 +78,6 @@ public: private: bool _denormal_protection; - bool _apply_gain; bool _apply_gain_automation; float _current_gain; framepos_t _current_automation_frame; -- cgit v1.2.3