mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-29 14:48:39 +02:00
cleanup based on patch from Campbell Barton: include own prototypes from header file, remove trailing junk from files
This commit is contained in:
parent
b00417c323
commit
2879b55d1d
@ -18,6 +18,7 @@
|
|||||||
#include "../../AudacityApp.h"
|
#include "../../AudacityApp.h"
|
||||||
#include "../EffectManager.h"
|
#include "../EffectManager.h"
|
||||||
#include "Nyquist.h"
|
#include "Nyquist.h"
|
||||||
|
#include "LoadNyquist.h"
|
||||||
|
|
||||||
void LoadNyquistEffect(wxString fname)
|
void LoadNyquistEffect(wxString fname)
|
||||||
{
|
{
|
||||||
@ -58,15 +59,3 @@ void LoadNyquistPlugins()
|
|||||||
for(i=0; i<files.GetCount(); i++)
|
for(i=0; i<files.GetCount(); i++)
|
||||||
LoadNyquistEffect(files[i]);
|
LoadNyquistEffect(files[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Indentation settings for Vim and Emacs and unique identifier for Arch, a
|
|
||||||
// version control system. Please do not modify past this point.
|
|
||||||
//
|
|
||||||
// Local Variables:
|
|
||||||
// c-basic-offset: 3
|
|
||||||
// indent-tabs-mode: nil
|
|
||||||
// End:
|
|
||||||
//
|
|
||||||
// vim: et sts=3 sw=3
|
|
||||||
// arch-tag: 4d0ce991-4c11-40a7-952f-3d9250b2f813
|
|
||||||
|
|
||||||
|
@ -10,14 +10,3 @@
|
|||||||
|
|
||||||
void LoadNyquistPlugins();
|
void LoadNyquistPlugins();
|
||||||
|
|
||||||
// Indentation settings for Vim and Emacs and unique identifier for Arch, a
|
|
||||||
// version control system. Please do not modify past this point.
|
|
||||||
//
|
|
||||||
// Local Variables:
|
|
||||||
// c-basic-offset: 3
|
|
||||||
// indent-tabs-mode: nil
|
|
||||||
// End:
|
|
||||||
//
|
|
||||||
// vim: et sts=3 sw=3
|
|
||||||
// arch-tag: b0797ac9-db12-4578-892b-f5375314d940
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user