mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 17:41:14 +01:00
Move many fields out of Envelope that are needed only during editing
This commit is contained in:
committed by
Paul Licameli
parent
3c4a15f5cb
commit
0af9b46eac
@@ -264,7 +264,6 @@ class AUDACITY_DLL_API WaveTrack final : public Track {
|
||||
WaveClip* GetClipAtX(int xcoord);
|
||||
Sequence* GetSequenceAtX(int xcoord);
|
||||
Envelope* GetEnvelopeAtX(int xcoord);
|
||||
Envelope* GetActiveEnvelope(void);
|
||||
|
||||
WaveClip* GetClipAtSample(sampleCount sample);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user