From 2479a1318746bb01d8841cb1bd5c88e77f4a1b9e Mon Sep 17 00:00:00 2001 From: richardash1981 Date: Fri, 22 Feb 2013 21:40:20 +0000 Subject: [PATCH] cleanup based on patch from Campbell Barton: include own prototypes from header file, remove trailing junk from files --- src/effects/vamp/LoadVamp.cpp | 13 +------------ src/effects/vamp/LoadVamp.h | 11 ----------- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/src/effects/vamp/LoadVamp.cpp b/src/effects/vamp/LoadVamp.cpp index 28f6b247f..a91406ea0 100644 --- a/src/effects/vamp/LoadVamp.cpp +++ b/src/effects/vamp/LoadVamp.cpp @@ -10,6 +10,7 @@ #include "../EffectManager.h" #include "VampEffect.h" +#include "LoadVamp.h" #include #include @@ -165,15 +166,3 @@ void LoadVampPlugins() 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 - diff --git a/src/effects/vamp/LoadVamp.h b/src/effects/vamp/LoadVamp.h index d36418d99..cb6334e84 100644 --- a/src/effects/vamp/LoadVamp.h +++ b/src/effects/vamp/LoadVamp.h @@ -10,14 +10,3 @@ void LoadVampPlugins(); 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