summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/delivery.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-04-11 16:27:05 +0000
committerCarl Hetherington <carl@carlh.net>2012-04-11 16:27:05 +0000
commit8cc2f19926b4dbd2c1e48351b07fe63b844a9271 (patch)
tree9d80e908cccceef195be4b2946a448734b64c841 /libs/ardour/ardour/delivery.h
parent83c765b405bc92d45f181a134cbe29c0370df3e3 (diff)
Remove unused parameter to Port::flush_buffers().
git-svn-id: svn://localhost/ardour2/branches/3.0@11906 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/delivery.h')
-rw-r--r--libs/ardour/ardour/delivery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/delivery.h b/libs/ardour/ardour/delivery.h
index cb2f37d1f0..4ee171c033 100644
--- a/libs/ardour/ardour/delivery.h
+++ b/libs/ardour/ardour/delivery.h
@@ -74,7 +74,7 @@ public:
/* supplemental method used with MIDI */
- void flush_buffers (framecnt_t nframes, framepos_t time);
+ void flush_buffers (framecnt_t nframes);
void no_outs_cuz_we_no_monitor(bool);
void transport_stopped (framepos_t frame);
void realtime_locate ();