summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-09-17 12:08:21 +0000
committerCarl Hetherington <carl@carlh.net>2012-09-17 12:08:21 +0000
commit2373c48da627724b3ebf3021a3bda1b49b44078f (patch)
tree7aa09ebae70e543d59d17c98047add7cf3f80ae5 /gtk2_ardour/editor_cursors.h
parent87017d581af48565a57e8aac29f90c17c278eab2 (diff)
Revert shade on playhead cursor (SVN 13048).
git-svn-id: svn://localhost/ardour2/branches/3.0@13192 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_cursors.h')
-rw-r--r--gtk2_ardour/editor_cursors.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_cursors.h b/gtk2_ardour/editor_cursors.h
index 2b5c46b4a0..2e2c654bd1 100644
--- a/gtk2_ardour/editor_cursors.h
+++ b/gtk2_ardour/editor_cursors.h
@@ -25,8 +25,7 @@ class EditorCursor {
public:
Editor& editor;
ArdourCanvas::Points points;
- ArdourCanvas::Line shade;
- ArdourCanvas::Line canvas_item;
+ ArdourCanvas::Line canvas_item;
framepos_t current_frame;
double length;