summaryrefslogtreecommitdiffstats
path: root/arts/modules/effects
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 11:57:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 11:57:34 +0900
commit34da0c702e28c52477c27720de0d41918b65ee33 (patch)
tree7dd1ab5aefad259bb0ee75a92a30462ed776ff81 /arts/modules/effects
parent219a69a602052a7f513d7832676166557a1817a2 (diff)
downloadtdemultimedia-34da0c702e28c52477c27720de0d41918b65ee33.tar.gz
tdemultimedia-34da0c702e28c52477c27720de0d41918b65ee33.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'arts/modules/effects')
-rw-r--r--arts/modules/effects/effect_wavecapture_impl.cc2
-rw-r--r--arts/modules/effects/kstereovolumecontrolgui_impl.cpp2
-rw-r--r--arts/modules/effects/kstereovolumecontrolgui_impl.h1
-rw-r--r--arts/modules/effects/stereocompressorguifactory_impl.cc3
-rw-r--r--arts/modules/effects/stereovolumecontrolguifactory_impl.cpp2
-rw-r--r--arts/modules/effects/synth_stereo_compressor_impl.cc3
-rw-r--r--arts/modules/effects/synth_voice_removal_impl.cc2
-rw-r--r--arts/modules/effects/voiceremovalguifactory_impl.cc2
8 files changed, 0 insertions, 17 deletions
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