summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_port.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/midi_port.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/midi_port.h')
-rw-r--r--libs/ardour/ardour/midi_port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/midi_port.h b/libs/ardour/ardour/midi_port.h
index a4d2f53806..84575ca351 100644
--- a/libs/ardour/ardour/midi_port.h
+++ b/libs/ardour/ardour/midi_port.h
@@ -41,7 +41,7 @@ class MidiPort : public Port {
void cycle_end (pframes_t nframes);
void cycle_split ();
- void flush_buffers (pframes_t nframes, framepos_t time);
+ void flush_buffers (pframes_t nframes);
void transport_stopped ();
void realtime_locate ();
void reset ();