summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui2.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-08 01:21:22 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-08 01:21:22 +0000
commitc546ad359a1edb9cc2c2383cac00d49648b97268 (patch)
treed040c430f78f2ce18b038bfd88efea50f8c752dd /gtk2_ardour/ardour_ui2.cc
parent4885f29be158999626eb6dfa5507fe2258d388b0 (diff)
Allow multiple MIDI tracer windows.
git-svn-id: svn://localhost/ardour2/branches/3.0@7392 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui2.cc')
-rw-r--r--gtk2_ardour/ardour_ui2.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc
index 3a321cc5e3..da518e1b13 100644
--- a/gtk2_ardour/ardour_ui2.cc
+++ b/gtk2_ardour/ardour_ui2.cc
@@ -107,9 +107,6 @@ ARDOUR_UI::setup_windows ()
setup_transport();
build_menu_bar ();
- _midi_tracer_window = new MidiTracer ();
- manage_window (*_midi_tracer_window);
-
setup_tooltips ();
return 0;