summaryrefslogtreecommitdiff
path: root/gtk2_ardour/axis_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/axis_view.h')
-rw-r--r--gtk2_ardour/axis_view.h8
1 files changed, 2 insertions, 6 deletions
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; }