1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-23 07:58:05 +02:00

AUP3: Remove unused methods

This commit is contained in:
Leland Lucius 2020-07-22 20:34:49 -05:00
parent 7bb2417db3
commit 38e830edf0

View File

@ -194,9 +194,6 @@ private:
bool ShouldVacuum(const std::shared_ptr<TrackList> &tracks);
void CheckpointThread();
static int CheckpointHook(void *that, sqlite3 *db, const char *schema, int pages);
private:
// non-static data members
std::weak_ptr<AudacityProject> mpProject;