From 6b641cdde4fa01baa1bf03e69131bd2b1a81b67b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 3 Aug 2010 21:50:15 +0000 Subject: properly track step edit status in editor & mixer windows git-svn-id: svn://localhost/ardour2/branches/3.0@7533 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/step_entry.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/step_entry.cc') diff --git a/gtk2_ardour/step_entry.cc b/gtk2_ardour/step_entry.cc index f585cba057..18fa5c7730 100644 --- a/gtk2_ardour/step_entry.cc +++ b/gtk2_ardour/step_entry.cc @@ -173,8 +173,6 @@ StepEntry::StepEntry (MidiTimeAxisView& mtv) upper_box.pack_start (channel_spinner, false, false); _piano = (PianoKeyboard*) piano_keyboard_new (); - piano_keyboard_set_keyboard_cue (PIANO_KEYBOARD(_piano), 1); - piano = Glib::wrap ((GtkWidget*) _piano); piano->set_flags (Gtk::CAN_FOCUS); -- cgit v1.2.3