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

Fix some comments

This commit is contained in:
Paul Licameli 2019-03-30 15:19:26 -04:00
parent e2c5444c1d
commit a10196eb91
3 changed files with 4 additions and 4 deletions

View File

@ -101,7 +101,7 @@ It handles initialization and termination by subclassing wxApp.
#include "prefs/DirectoriesPrefs.h"
#include "tracks/ui/Scrubbing.h"
//temporarilly commented out till it is added to all projects
//temporarily commented out till it is added to all projects
//#include "Profiler.h"
#include "ModuleManager.h"
@ -327,7 +327,7 @@ void QuitAudacity(bool bForce)
ODManager::Quit();
//print out profile if we have one by deleting it
//temporarilly commented out till it is added to all projects
//temporarily commented out till it is added to all projects
//DELETE Profiler::Instance();
//remove our logger

View File

@ -25,7 +25,7 @@ in a background thread.
#include "../WaveTrack.h"
#include "../Project.h"
#include "../UndoManager.h"
//temporarilly commented out till it is added to all projects
//temporarily commented out till it is added to all projects
//#include "../Profiler.h"

View File

@ -2,7 +2,7 @@
Audacity: A Digital Audio Editor
ErrorDialog.h
HelpSystem.h
Jimmy Johnson
James Crook