From 5da4e2be2def7a60116c097154659aaf317e5c88 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 9 Jan 2013 15:47:19 +0000 Subject: remove timecode subframe configuration There is no actual use-case to set it to anything else than 100. timecode subframes are only used for ruler marks and the snap to grid. libtimecode is still /aware/ of the subframe setting. git-svn-id: svn://localhost/ardour2/branches/3.0@13817 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ltc_slave.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/ltc_slave.cc') diff --git a/libs/ardour/ltc_slave.cc b/libs/ardour/ltc_slave.cc index f063e830c1..7fdc2cdedf 100644 --- a/libs/ardour/ltc_slave.cc +++ b/libs/ardour/ltc_slave.cc @@ -95,7 +95,6 @@ void LTC_Slave::parameter_changed (std::string const & p) { if (p == "slave-timecode-offset" - || p == "subframes-per-frame" || p == "timecode-format" ) { parse_timecode_offset(); -- cgit v1.2.3