mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Fix some unused parameter warnings.
git-svn-id: svn://localhost/ardour2/branches/3.0@5403 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f411496289
commit
b65f8073ba
195 changed files with 574 additions and 518 deletions
|
|
@ -211,7 +211,7 @@ void ControlList::_x_scale (double factor)
|
|||
}
|
||||
|
||||
void
|
||||
ControlList::reposition_for_rt_add (double when)
|
||||
ControlList::reposition_for_rt_add (double /*when*/)
|
||||
{
|
||||
_rt_insertion_point = _events.end();
|
||||
}
|
||||
|
|
@ -1254,7 +1254,7 @@ ControlList::clear (double start, double end)
|
|||
}
|
||||
|
||||
bool
|
||||
ControlList::paste (ControlList& alist, double pos, float times)
|
||||
ControlList::paste (ControlList& alist, double pos, float /*times*/)
|
||||
{
|
||||
if (alist._events.empty()) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue