13
0

Remove unused variable.

git-svn-id: svn://localhost/ardour2/branches/3.0@10879 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-12-03 03:05:49 +00:00
parent f79c80527f
commit 5931ff08ed

View File

@ -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;