summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/amp.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-15 23:24:14 +0200
committerRobin Gareus <robin@gareus.org>2017-07-16 16:54:32 +0200
commit69ecb0db70996a5c1092efe712d195ffcff5e8b1 (patch)
tree9d681ad1fb0a16606eeba8bd655cdc3a4a324bd8 /libs/ardour/ardour/amp.h
parentdee990103a1fb607ff401ec7c56e8c241074ffb5 (diff)
Remove unused API and a never used execution-branch
Diffstat (limited to 'libs/ardour/ardour/amp.h')
-rw-r--r--libs/ardour/ardour/amp.h4
1 files changed, 0 insertions, 4 deletions
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;