Remove an unnecessary assert that now trips.
[ardour.git] / gtk2_ardour / axis_view.h
index ea502f81815b02823d7306476b0d37fab15bb9e2..bb29c564c19e711f49e173ed72fceb93d41ff4c3 100644 (file)
@@ -45,12 +45,8 @@ namespace ARDOUR {
 class AxisView : public virtual Selectable, public PBD::ScopedConnectionList, public ARDOUR::SessionHandlePtr
 {
   public:
-       /**
-        * Returns the current 'Track' Color
-        *
-        * @return the current Track Color
-        */
-       Gdk::Color color() const { return _color; }
+       /** @return the track's own color */
+       Gdk::Color color () const { return _color; }
 
        ARDOUR::Session* session() const { return _session; }
 
@@ -95,7 +91,7 @@ class AxisView : public virtual Selectable, public PBD::ScopedConnectionList, pu
        bool _marked_for_display;
        uint32_t _old_order_key;
 
-  private:
+protected:
        static GUIObjectState& gui_object_state();
 
 }; /* class AxisView */