Remove wrong asserts
[ardour.git] / gtk2_ardour / vca_time_axis.h
index e14c2fe3fec34c3038f38424423f2780ec9cd6b4..c40b1ab28889412e2220e40b37c7101badd620ca 100644 (file)
@@ -49,7 +49,11 @@ class VCATimeAxisView : public TimeAxisView
        Gdk::Color color () const;
        std::string state_id() const;
 
+       void set_height (uint32_t h, TrackHeightMode m = OnlySelf);
+
        bool selectable() const { return false; }
+       bool marked_for_display () const;
+       bool set_marked_for_display (bool);
 
  protected:
        boost::shared_ptr<ARDOUR::VCA> _vca;