1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +02:00

Comment out unused function declarations

This commit is contained in:
Paul Licameli 2016-04-11 23:39:09 -04:00
parent f7780adbf5
commit f06dadbd68

View File

@ -62,8 +62,8 @@ class TimeTrack final : public Track {
// Lock and unlock the track: you must lock the track before // Lock and unlock the track: you must lock the track before
// doing a copy and paste between projects. // doing a copy and paste between projects.
bool Lock(); // bool Lock();
bool Unlock(); // bool Unlock();
// Access the track's speed envelope // Access the track's speed envelope