Give just one system tab rather than mono / stereo. Fix bundles-only mode of the...
[ardour.git] / gtk2_ardour / ardour_ui2.cc
index 60477c894f946aa51b83a0ae18725c9662aa3c22..b54fe9225a729c0e0003b728d3f6bfc97b9e4296 100644 (file)
@@ -127,6 +127,7 @@ ARDOUR_UI::display_message (const char *prefix, gint prefix_len, RefPtr<TextBuff
 #endif
 }
 
+#if 0
 static bool
 null_crossing (GdkEventCrossing* /* ignored */)
 {
@@ -139,6 +140,7 @@ block_prelight (Gtk::Widget& w)
        w.signal_enter_notify_event().connect (sigc::ptr_fun (null_crossing), false);
        w.signal_leave_notify_event().connect (sigc::ptr_fun (null_crossing), false);
 }
+#endif
 
 void
 ARDOUR_UI::setup_transport ()