mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Fix some comments
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user