summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index af2a7f78a0..2bafcf3b63 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -427,8 +427,7 @@ class LIBARDOUR_API Route : public SessionObject, public Automatable, public Rou
public:
GroupGainControllable (std::string name, boost::shared_ptr<Route>);
void set_value (double);
- // We get the value from the amp where we get the changed signal from
- //double get_value () const;
+ double get_value () const;
private:
boost::weak_ptr<Route> _route;
};