mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Remove unused Sequence::Duplicate
This commit is contained in:
@@ -75,9 +75,6 @@ class PROFILE_DLL_API Sequence final : public XMLTagHandler{
|
||||
// DirManager as a parameter, because you might be copying
|
||||
// from one project to another...
|
||||
Sequence(const Sequence &orig, DirManager *projDirManager);
|
||||
Sequence *Duplicate(DirManager *projDirManager) const {
|
||||
return new Sequence(*this, projDirManager);
|
||||
}
|
||||
|
||||
~Sequence();
|
||||
|
||||
|
Reference in New Issue
Block a user