From 40944574c620868b43872f64600a8a42d382a6a1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 4 May 2013 22:02:05 -0400 Subject: the big rework of window management. probably not complete at thsi point, but this is mostly functional --- gtk2_ardour/video_monitor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/video_monitor.cc') diff --git a/gtk2_ardour/video_monitor.cc b/gtk2_ardour/video_monitor.cc index 550dd46816..db90da7747 100644 --- a/gtk2_ardour/video_monitor.cc +++ b/gtk2_ardour/video_monitor.cc @@ -231,7 +231,7 @@ VideoMonitor::is_started () } void -VideoMonitor::parse_output (std::string d, size_t s) +VideoMonitor::parse_output (std::string d, size_t /*s*/) { std::string line = d; std::string::size_type start = 0; @@ -447,7 +447,7 @@ VideoMonitor::set_offset (ARDOUR::frameoffset_t offset) } void -VideoMonitor::manual_seek (framepos_t when, bool force, ARDOUR::frameoffset_t offset) +VideoMonitor::manual_seek (framepos_t when, bool /*force*/, ARDOUR::frameoffset_t offset) { if (!is_started()) { return; } if (!_session) { return; } -- cgit v1.2.3