diff --git a/src/effects/Invert.cpp b/src/effects/Invert.cpp index a252bf0ed..59f18e9db 100644 --- a/src/effects/Invert.cpp +++ b/src/effects/Invert.cpp @@ -27,14 +27,3 @@ bool EffectInvert::ProcessSimpleMono(float *buffer, sampleCount len) return true; } -// 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: 0f9cf46d-6aea-48a6-ab44-c95277a1467d - diff --git a/src/effects/Repeat.cpp b/src/effects/Repeat.cpp index d08a6ff5c..8fd08d1c9 100644 --- a/src/effects/Repeat.cpp +++ b/src/effects/Repeat.cpp @@ -301,15 +301,3 @@ void RepeatDialog::OnPreview(wxCommandEvent &event) mEffect->repeatCount = oldRepeatCount; } - -// 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: 65c3dad7-00c2-48bf-a253-c973e626b9ac - diff --git a/src/effects/Repeat.h b/src/effects/Repeat.h index fd133f6af..c00bceeab 100644 --- a/src/effects/Repeat.h +++ b/src/effects/Repeat.h @@ -91,14 +91,3 @@ class RepeatDialog:public EffectDialog { #endif -// 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: 4badebd8-1e5a-40e9-aa25-b19d41f43102 - diff --git a/src/effects/Reverse.cpp b/src/effects/Reverse.cpp index 481a52a8e..909896175 100644 --- a/src/effects/Reverse.cpp +++ b/src/effects/Reverse.cpp @@ -235,15 +235,3 @@ bool EffectReverse::ProcessOneClip(int count, WaveTrack *track, return rc; } - -// 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: 47d91d2a-befd-4921-a19d-6cb8376428eb - diff --git a/src/effects/Reverse.h b/src/effects/Reverse.h index 146a87852..0318e54d3 100644 --- a/src/effects/Reverse.h +++ b/src/effects/Reverse.h @@ -54,14 +54,3 @@ class EffectReverse:public Effect { #endif -// 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: 99337674-07d6-4291-b855-b0ddf727566f - diff --git a/src/effects/Wahwah.cpp b/src/effects/Wahwah.cpp index d5e274833..eae07fb52 100644 --- a/src/effects/Wahwah.cpp +++ b/src/effects/Wahwah.cpp @@ -520,14 +520,4 @@ void WahwahDialog::OnPreview(wxCommandEvent &event) mEffect->depth = old_depth; } -// 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: b4101b5b-1a18-4f35-9e85-29cc6c1f7f4c diff --git a/src/effects/Wahwah.h b/src/effects/Wahwah.h index 8b8c8135f..56e332be6 100644 --- a/src/effects/Wahwah.h +++ b/src/effects/Wahwah.h @@ -182,14 +182,3 @@ class WahwahDialog:public EffectDialog { #endif -// 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: 045ebc2a-4853-4fd6-9fe9-c8c89d091402 -