1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-26 00:58:37 +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:
richardash1981 2013-02-22 21:40:20 +00:00
parent 2879b55d1d
commit 2479a13187
2 changed files with 1 additions and 23 deletions

View File

@ -10,6 +10,7 @@
#include "../EffectManager.h" #include "../EffectManager.h"
#include "VampEffect.h" #include "VampEffect.h"
#include "LoadVamp.h"
#include <iostream> #include <iostream>
#include <map> #include <map>
@ -165,15 +166,3 @@ void LoadVampPlugins()
void UnloadVampPlugins() void UnloadVampPlugins()
{ {
} }
// 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

View File

@ -10,14 +10,3 @@
void LoadVampPlugins(); void LoadVampPlugins();
void UnloadVampPlugins(); void UnloadVampPlugins();
// 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