mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-23 07:58:05 +02:00
Fix some comments
This commit is contained in:
parent
e2c5444c1d
commit
a10196eb91
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Audacity: A Digital Audio Editor
|
||||
|
||||
ErrorDialog.h
|
||||
HelpSystem.h
|
||||
|
||||
Jimmy Johnson
|
||||
James Crook
|
||||
|
Loading…
x
Reference in New Issue
Block a user