summaryrefslogtreecommitdiff
path: root/libs/ardour/mtc_slave.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-01-09 15:47:19 +0000
committerRobin Gareus <robin@gareus.org>2013-01-09 15:47:19 +0000
commit5da4e2be2def7a60116c097154659aaf317e5c88 (patch)
treeca88a68bd597284232a278459929ed556eacb595 /libs/ardour/mtc_slave.cc
parentf402a63a0effb704ac25d0a2165c2f469755202b (diff)
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
Diffstat (limited to 'libs/ardour/mtc_slave.cc')
-rw-r--r--libs/ardour/mtc_slave.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/mtc_slave.cc b/libs/ardour/mtc_slave.cc
index dcc51ee5c8..eadc40646b 100644
--- a/libs/ardour/mtc_slave.cc
+++ b/libs/ardour/mtc_slave.cc
@@ -118,7 +118,6 @@ void
MTC_Slave::parameter_changed (std::string const & p)
{
if (p == "slave-timecode-offset"
- || p == "subframes-per-frame"
|| p == "timecode-format"
) {
parse_timecode_offset();