update GUI to use new APIs
[ardour.git] / gtk2_ardour / automation_line.h
index a6df048354d0842a5f5b594ead4e58beee8e4d81..b004dc6a5655543197c787550fe620a5031a1a55 100644 (file)
@@ -106,8 +106,8 @@ public:
 
        void hide ();
        void set_height (guint32);
-       void set_uses_gain_mapping (bool yn);
-       bool get_uses_gain_mapping () const { return _uses_gain_mapping; }
+
+       bool get_uses_gain_mapping () const;
 
        TimeAxisView& trackview;
 
@@ -172,7 +172,6 @@ protected:
 
        VisibleAspects _visible;
 
-       bool    _uses_gain_mapping;
        bool    terminal_points_can_slide;
        bool    update_pending;
        bool    have_timeout;