From 5931ff08ed514cbd7579428d70de229aa7425f99 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 3 Dec 2011 03:05:49 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: svn://localhost/ardour2/branches/3.0@10879 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/canvas-note-event.h | 1 - 1 file changed, 1 deletion(-) 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 _note; - bool _own_note; bool _selected; bool _valid; float _mouse_x_fraction;