1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-29 16:08:46 +01:00

Remove TrackListIterator::RemoveCurrent

This commit is contained in:
Paul Licameli
2016-12-29 19:11:53 -05:00
parent 89748cbe3c
commit a0e15cfbbd
3 changed files with 28 additions and 64 deletions

View File

@@ -1099,8 +1099,6 @@ class AUDACITY_DLL_API TrackListIterator /* not final */
virtual Track *Prev();
virtual Track *Last();
Track *RemoveCurrent(); // deletes track, returns next
// Provide minimal STL forward-iterator idiom:
// unlike Next, this is non-mutating.