summaryrefslogtreecommitdiff
path: root/libs/ardour/ltc_slave.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-15 15:00:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-15 15:00:00 +0000
commit0599fafe7694bbf0d0dbd6fa9104815e0b265699 (patch)
treeafe1749e4ce10825686a364532af670be4b8df3f /libs/ardour/ltc_slave.cc
parent09e519b715ba620522b42597a0282639cd1d28ee (diff)
fix a couple of unused parameters
git-svn-id: svn://localhost/ardour2/branches/3.0@13843 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ltc_slave.cc')
-rw-r--r--libs/ardour/ltc_slave.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ltc_slave.cc b/libs/ardour/ltc_slave.cc
index 7fdc2cdedf..9b9a0b9289 100644
--- a/libs/ardour/ltc_slave.cc
+++ b/libs/ardour/ltc_slave.cc
@@ -294,7 +294,7 @@ LTC_Slave::detect_ltc_fps(int frameno, bool df)
}
void
-LTC_Slave::process_ltc(framepos_t const now)
+LTC_Slave::process_ltc(framepos_t const /*now*/)
{
LTCFrameExt frame;
enum LTC_TV_STANDARD tv_standard = LTC_TV_625_50;