cleanup based on patch from Campbell Barton: include own prototypes from header file, remove trailing junk from files

This commit is contained in:
richardash1981 2013-02-22 21:38:26 +00:00
parent b00417c323
commit 2879b55d1d
2 changed files with 1 additions and 23 deletions

View File

@ -18,6 +18,7 @@
#include "../../AudacityApp.h"
#include "../EffectManager.h"
#include "Nyquist.h"
#include "LoadNyquist.h"
void LoadNyquistEffect(wxString fname)
{
@ -58,15 +59,3 @@ void LoadNyquistPlugins()
for(i=0; i<files.GetCount(); 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

View File

@ -10,14 +10,3 @@
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