GenericUI: replace if() by assert()
[ardour.git] / gtk2_ardour / midi_region_view.h
index afe2f4a97da934dffd622ec786082eca2dcd7d68..ac2cd4b8d35dac42cc5ffa845e85ebe0b317691b 100644 (file)
@@ -427,11 +427,6 @@ private:
        Evoral::Beats                        _step_edit_cursor_position;
        NoteBase*                            _channel_selection_scoped_note;
 
-       /** A group used to temporarily reparent _note_group to during start trims, so
-        *  that the notes don't move with the parent region view.
-        */
-       ArdourCanvas::Container*                 _temporary_note_group;
-
        MouseState _mouse_state;
        int _pressed_button;