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
This commit is contained in:
Robin Gareus
2013-01-09 15:47:19 +00:00
parent f402a63a0e
commit 5da4e2be2d
4 changed files with 0 additions and 16 deletions

View File

@@ -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();

View File

@@ -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();