mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
hide unused args
git-svn-id: svn://localhost/ardour2/branches/3.0@12169 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7a76168b66
commit
c49fcda656
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ AudioRegion::read (Sample* buf, framepos_t pos, framecnt_t cnt, int channel) con
|
||||||
}
|
}
|
||||||
|
|
||||||
framecnt_t
|
framecnt_t
|
||||||
AudioRegion::master_read_at (Sample *buf, Sample *mixdown_buffer, float *gain_buffer,
|
AudioRegion::master_read_at (Sample *buf, Sample* /*mixdown_buffer*/, float* /*gain_buffer*/,
|
||||||
framepos_t position, framecnt_t cnt, uint32_t chan_n) const
|
framepos_t position, framecnt_t cnt, uint32_t chan_n) const
|
||||||
{
|
{
|
||||||
/* do not read gain/scaling/fades and do not count this disk i/o in statistics */
|
/* do not read gain/scaling/fades and do not count this disk i/o in statistics */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue