summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-01-04 10:48:54 +0000
committerRobin Gareus <robin@gareus.org>2013-01-04 10:48:54 +0000
commitf1e7e8b68cb37c733aa97c7b08d1e17098aaaffa (patch)
tree32da6afa723227fe42dc97761a65dc2151e243c2 /gtk2_ardour/rc_option_editor.cc
parent20f5d6736e7f85351e2c7727b42e04f92f53566f (diff)
remove HAVE_LTC (libltc is bundled with A3)
git-svn-id: svn://localhost/ardour2/branches/3.0@13767 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc4
1 files changed, 0 insertions, 4 deletions
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*/
}
}