mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 15:43:50 +01:00
Comment out unused function declarations
This commit is contained in:
@@ -62,8 +62,8 @@ class TimeTrack final : public Track {
|
||||
// Lock and unlock the track: you must lock the track before
|
||||
// doing a copy and paste between projects.
|
||||
|
||||
bool Lock();
|
||||
bool Unlock();
|
||||
// bool Lock();
|
||||
// bool Unlock();
|
||||
|
||||
// Access the track's speed envelope
|
||||
|
||||
|
||||
Reference in New Issue
Block a user