mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
comment name of unused function parameter
This commit is contained in:
parent
ae8c043fe1
commit
9efdba5b91
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ AutomationStreamView::~AutomationStreamView ()
|
|||
|
||||
|
||||
RegionView*
|
||||
AutomationStreamView::add_region_view_internal (boost::shared_ptr<Region> region, bool wait_for_data, bool /*recording*/)
|
||||
AutomationStreamView::add_region_view_internal (boost::shared_ptr<Region> region, bool /*wait_for_data*/, bool /*recording*/)
|
||||
{
|
||||
if (!region) {
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue