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:36:14 +00:00
parent bd2acb2901
commit b00417c323
2 changed files with 1 additions and 23 deletions

View File

@ -38,6 +38,7 @@
#include "../../Internat.h"
#include "../EffectManager.h"
#include "LadspaEffect.h"
#include "LoadLadspa.h"
#if defined(USE_LIBLRDF) && defined(EFFECT_CATEGORIES)
#include <lrdf.h>
@ -323,15 +324,3 @@ void UnloadLadspaPlugins()
delete ladspa_dls[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: 2f903c43-d9fe-4875-bb10-b9ae843f36a8

View File

@ -11,14 +11,3 @@
void LoadLadspaPlugins();
void UnloadLadspaPlugins();
// 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: 21a6d3fe-1003-4cec-a44c-4a16335b5cda