mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-24 00:18:07 +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 "prefs/DirectoriesPrefs.h"
|
||||||
#include "tracks/ui/Scrubbing.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 "Profiler.h"
|
||||||
|
|
||||||
#include "ModuleManager.h"
|
#include "ModuleManager.h"
|
||||||
@ -327,7 +327,7 @@ void QuitAudacity(bool bForce)
|
|||||||
ODManager::Quit();
|
ODManager::Quit();
|
||||||
|
|
||||||
//print out profile if we have one by deleting it
|
//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();
|
//DELETE Profiler::Instance();
|
||||||
|
|
||||||
//remove our logger
|
//remove our logger
|
||||||
|
@ -25,7 +25,7 @@ in a background thread.
|
|||||||
#include "../WaveTrack.h"
|
#include "../WaveTrack.h"
|
||||||
#include "../Project.h"
|
#include "../Project.h"
|
||||||
#include "../UndoManager.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"
|
//#include "../Profiler.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Audacity: A Digital Audio Editor
|
Audacity: A Digital Audio Editor
|
||||||
|
|
||||||
ErrorDialog.h
|
HelpSystem.h
|
||||||
|
|
||||||
Jimmy Johnson
|
Jimmy Johnson
|
||||||
James Crook
|
James Crook
|
||||||
|
Loading…
x
Reference in New Issue
Block a user