mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-03 23:53:55 +01: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
 | 
					   // DirManager as a parameter, because you might be copying
 | 
				
			||||||
   // from one project to another...
 | 
					   // from one project to another...
 | 
				
			||||||
   Sequence(const Sequence &orig, DirManager *projDirManager);
 | 
					   Sequence(const Sequence &orig, DirManager *projDirManager);
 | 
				
			||||||
   Sequence *Duplicate(DirManager *projDirManager) const {
 | 
					 | 
				
			||||||
      return new Sequence(*this, projDirManager);
 | 
					 | 
				
			||||||
   }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
   ~Sequence();
 | 
					   ~Sequence();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user