change all Region::nt_*() methods to names without the nt_ prefix (GUI version)

This commit is contained in:
Paul Davis 2020-11-30 10:59:17 -07:00
parent 82e84e6b92
commit 18d64f0402
26 changed files with 245 additions and 246 deletions

View file

@ -451,7 +451,7 @@ AudioStreamView::hide_xfades_with (boost::shared_ptr<AudioRegion> ar)
for (list<RegionView*>::iterator i = region_views.begin(); i != region_views.end(); ++i) {
AudioRegionView* const arv = dynamic_cast<AudioRegionView*>(*i);
if (arv) {
switch (arv->region()->coverage (ar->nt_position(), ar->nt_last())) {
switch (arv->region()->coverage (ar->position(), ar->nt_last())) {
case Temporal::OverlapNone:
break;
default: