From f1e7e8b68cb37c733aa97c7b08d1e17098aaaffa Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 4 Jan 2013 10:48:54 +0000 Subject: remove HAVE_LTC (libltc is bundled with A3) git-svn-id: svn://localhost/ardour2/branches/3.0@13767 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/rc_option_editor.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk2_ardour/rc_option_editor.cc') diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index cef78f8180..50edfb2183 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -1128,7 +1128,6 @@ RCOptionEditor::RCOptionEditor () add_option (_("Transport"), _ltc_port); -#ifdef HAVE_LTC // TODO; rather disable this button than not compile it.. add_option (_("Transport"), new OptionEditorHeading (S_("LTC Generator"))); @@ -1162,7 +1161,6 @@ RCOptionEditor::RCOptionEditor () add_option (_("Transport"), _ltc_volume_slider); parameter_changed ("send-ltc"); -#endif parameter_changed ("sync-source"); @@ -1829,12 +1827,10 @@ RCOptionEditor::parameter_changed (string const & p) _sync_source_2997->set_sensitive (false); break; } -#ifdef HAVE_LTC } else if (p == "send-ltc") { bool const s = Config->get_send_ltc (); _ltc_send_continuously->set_sensitive (s); _ltc_volume_slider->set_sensitive (s); -#endif /*HAVE_LTC*/ } } -- cgit v1.2.3