From 3b018f69028bf1c2701a28dad38352fbbdb8f070 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 30 Aug 2011 15:44:00 +0000 Subject: Tidy up route colouring a bit so that colours are the same for both the time axis view and the mixer strip. git-svn-id: svn://localhost/ardour2/branches/3.0@10035 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/axis_view.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'gtk2_ardour/axis_view.h') diff --git a/gtk2_ardour/axis_view.h b/gtk2_ardour/axis_view.h index e4f4193852..bb29c564c1 100644 --- a/gtk2_ardour/axis_view.h +++ b/gtk2_ardour/axis_view.h @@ -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; } -- cgit v1.2.3