summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-note-event.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-03 03:05:49 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-03 03:05:49 +0000
commit5931ff08ed514cbd7579428d70de229aa7425f99 (patch)
treec96236b6d2b421fd9d19d62ed2b07511a5b30a35 /gtk2_ardour/canvas-note-event.h
parentf79c80527f238d90a3384563f35715fbc65a42a5 (diff)
Remove unused variable.
git-svn-id: svn://localhost/ardour2/branches/3.0@10879 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/canvas-note-event.h')
-rw-r--r--gtk2_ardour/canvas-note-event.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/canvas-note-event.h b/gtk2_ardour/canvas-note-event.h
index 876c1159f5..e5b4896b92 100644
--- a/gtk2_ardour/canvas-note-event.h
+++ b/gtk2_ardour/canvas-note-event.h
@@ -154,7 +154,6 @@ class CanvasNoteEvent : virtual public sigc::trackable
Widget* _channel_selector_widget;
State _state;
const boost::shared_ptr<NoteType> _note;
- bool _own_note;
bool _selected;
bool _valid;
float _mouse_x_fraction;