summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-08-03 21:50:15 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-08-03 21:50:15 +0000
commit6b641cdde4fa01baa1bf03e69131bd2b1a81b67b (patch)
treea6b0a15f5bcc27724c6729b1eeed868ecf0c7b06 /gtk2_ardour/step_entry.cc
parentb1f5a6a68d0b62a61684b2c011a97de825256a59 (diff)
properly track step edit status in editor & mixer windows
git-svn-id: svn://localhost/ardour2/branches/3.0@7533 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/step_entry.cc')
-rw-r--r--gtk2_ardour/step_entry.cc2
1 files changed, 0 insertions, 2 deletions
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);