summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui2.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-25 16:03:31 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-25 16:03:31 +0000
commitac5bbf4b99635a71093f859e233ad5fe4b07453b (patch)
tree01b3760b07835a56144d78b52d6fdc65d0910213 /gtk2_ardour/ardour_ui2.cc
parentf1b0f30cd5d72e16084e4f4305e4bb5877311b2c (diff)
use correct (RCConfig-based) name for MIDI port in generic MIDI control stuff; make monitor section track configuration params that apply to it; add use-monitor-bus option to rc option editor
git-svn-id: svn://localhost/ardour2/branches/3.0@6797 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui2.cc')
-rw-r--r--gtk2_ardour/ardour_ui2.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc
index 6162ef22d9..98b33081b0 100644
--- a/gtk2_ardour/ardour_ui2.cc
+++ b/gtk2_ardour/ardour_ui2.cc
@@ -159,21 +159,6 @@ ARDOUR_UI::display_message (const char *prefix, gint prefix_len, RefPtr<TextBuff
#endif
}
-#if 0
-static bool
-null_crossing (GdkEventCrossing* /* ignored */)
-{
- return true;
-}
-
-static void
-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
-
XMLNode*
ARDOUR_UI::tearoff_settings (const char* name) const
{