mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-29 16:08:46 +01:00
Remove TrackListIterator::RemoveCurrent
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user