From 7caf6b77bc3ba4c9671faffdeeffec73940b0e65 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Sep 2020 11:57:34 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro (cherry picked from commit 34da0c702e28c52477c27720de0d41918b65ee33) --- arts/modules/effects/effect_wavecapture_impl.cc | 2 -- arts/modules/effects/kstereovolumecontrolgui_impl.cpp | 2 -- arts/modules/effects/kstereovolumecontrolgui_impl.h | 1 - arts/modules/effects/stereocompressorguifactory_impl.cc | 3 --- arts/modules/effects/stereovolumecontrolguifactory_impl.cpp | 2 -- arts/modules/effects/synth_stereo_compressor_impl.cc | 3 --- arts/modules/effects/synth_voice_removal_impl.cc | 2 -- arts/modules/effects/voiceremovalguifactory_impl.cc | 2 -- 8 files changed, 17 deletions(-) (limited to 'arts/modules/effects') diff --git a/arts/modules/effects/effect_wavecapture_impl.cc b/arts/modules/effects/effect_wavecapture_impl.cc index 430c4fad..639307a8 100644 --- a/arts/modules/effects/effect_wavecapture_impl.cc +++ b/arts/modules/effects/effect_wavecapture_impl.cc @@ -59,5 +59,3 @@ void Effect_WAVECAPTURE_impl::streamEnd() REGISTER_IMPLEMENTATION(Effect_WAVECAPTURE_impl); } - -// vim:ts=4:sw=4 diff --git a/arts/modules/effects/kstereovolumecontrolgui_impl.cpp b/arts/modules/effects/kstereovolumecontrolgui_impl.cpp index e6e0c54c..cc5b42de 100644 --- a/arts/modules/effects/kstereovolumecontrolgui_impl.cpp +++ b/arts/modules/effects/kstereovolumecontrolgui_impl.cpp @@ -126,7 +126,5 @@ void KStereoVolumeControlGui_impl::updateValues() { } REGISTER_IMPLEMENTATION( KStereoVolumeControlGui_impl ); - -// vim: sw=4 ts=4 #include "kstereovolumecontrolgui_impl.moc" diff --git a/arts/modules/effects/kstereovolumecontrolgui_impl.h b/arts/modules/effects/kstereovolumecontrolgui_impl.h index b562b988..c9f76dd9 100644 --- a/arts/modules/effects/kstereovolumecontrolgui_impl.h +++ b/arts/modules/effects/kstereovolumecontrolgui_impl.h @@ -95,4 +95,3 @@ public slots: }; #endif -// vim: sw=4 ts=4 diff --git a/arts/modules/effects/stereocompressorguifactory_impl.cc b/arts/modules/effects/stereocompressorguifactory_impl.cc index 0dd523e8..295ad65d 100644 --- a/arts/modules/effects/stereocompressorguifactory_impl.cc +++ b/arts/modules/effects/stereocompressorguifactory_impl.cc @@ -106,9 +106,6 @@ public: return hbox; } }; - -// vim:sw=4:ts=4 - REGISTER_IMPLEMENTATION(StereoCompressorGuiFactory_impl); } diff --git a/arts/modules/effects/stereovolumecontrolguifactory_impl.cpp b/arts/modules/effects/stereovolumecontrolguifactory_impl.cpp index 5a5e2a06..5db32751 100644 --- a/arts/modules/effects/stereovolumecontrolguifactory_impl.cpp +++ b/arts/modules/effects/stereovolumecontrolguifactory_impl.cpp @@ -41,5 +41,3 @@ public: REGISTER_IMPLEMENTATION( StereoVolumeControlGuiFactory_impl ); } -// vim: sw=4 ts=4 - diff --git a/arts/modules/effects/synth_stereo_compressor_impl.cc b/arts/modules/effects/synth_stereo_compressor_impl.cc index 2707c334..3add8d46 100644 --- a/arts/modules/effects/synth_stereo_compressor_impl.cc +++ b/arts/modules/effects/synth_stereo_compressor_impl.cc @@ -127,9 +127,6 @@ private: } }; - -// vim:sw=4:ts=4 - REGISTER_IMPLEMENTATION(Synth_STEREO_COMPRESSOR_impl); } diff --git a/arts/modules/effects/synth_voice_removal_impl.cc b/arts/modules/effects/synth_voice_removal_impl.cc index e35949a0..2ade0879 100644 --- a/arts/modules/effects/synth_voice_removal_impl.cc +++ b/arts/modules/effects/synth_voice_removal_impl.cc @@ -104,5 +104,3 @@ public: }; REGISTER_IMPLEMENTATION(Synth_VOICE_REMOVAL_impl); - -// vim: sw=4 ts=4 diff --git a/arts/modules/effects/voiceremovalguifactory_impl.cc b/arts/modules/effects/voiceremovalguifactory_impl.cc index d4879b87..dc9dce20 100644 --- a/arts/modules/effects/voiceremovalguifactory_impl.cc +++ b/arts/modules/effects/voiceremovalguifactory_impl.cc @@ -72,5 +72,3 @@ Widget VoiceRemovalGuiFactory_impl::createGui( Object object ) return hbox; } - -// vim: ts=4 sw=4 -- cgit v1.2.1