summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/amp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/amp.h')
-rw-r--r--libs/ardour/ardour/amp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/ardour/ardour/amp.h b/libs/ardour/ardour/amp.h
index 4db2292653..c1f6172de1 100644
--- a/libs/ardour/ardour/amp.h
+++ b/libs/ardour/ardour/amp.h
@@ -28,14 +28,13 @@ namespace ARDOUR {
class BufferSet;
class IO;
-class MuteMaster;
/** Applies a declick operation to all audio inputs, passing the same number of
* audio outputs, and passing through any other types unchanged.
*/
class Amp : public Processor {
public:
- Amp(Session& s, boost::shared_ptr<MuteMaster> m);
+ Amp(Session& s);
std::string display_name() const;
@@ -101,7 +100,6 @@ private:
float _current_gain;
boost::shared_ptr<GainControl> _gain_control;
- boost::shared_ptr<MuteMaster> _mute_master;
};