summaryrefslogtreecommitdiffstats
path: root/arts/modules
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
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')
-rw-r--r--arts/modules/common/effectrackslot_impl.cc2
-rw-r--r--arts/modules/common/env_effectrackitem_impl.cc1
-rw-r--r--arts/modules/common/env_mixeritem_impl.cc1
-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
-rw-r--r--arts/modules/mixers/monosimplemixerchannelguifactory_impl.cc2
-rw-r--r--arts/modules/mixers/simplemixerchannelguifactory_impl.cc4
-rw-r--r--arts/modules/synth/synth_cdelay_impl.cc3
-rw-r--r--arts/modules/synth/synth_sequence_freq_impl.cc1
-rw-r--r--arts/modules/synth/synth_sequence_impl.cc1
16 files changed, 0 insertions, 32 deletions
diff --git a/arts/modules/common/effectrackslot_impl.cc b/arts/modules/common/effectrackslot_impl.cc
index 8e7e48e8..6671031b 100644
--- a/arts/modules/common/effectrackslot_impl.cc
+++ b/arts/modules/common/effectrackslot_impl.cc
@@ -112,5 +112,3 @@ class EffectRackSlot_impl : virtual public EffectRackSlot_skel
};
REGISTER_IMPLEMENTATION( EffectRackSlot_impl );
}
-
-// vim: sw=4 ts=4
diff --git a/arts/modules/common/env_effectrackitem_impl.cc b/arts/modules/common/env_effectrackitem_impl.cc
index 50fb116e..c082ce24 100644
--- a/arts/modules/common/env_effectrackitem_impl.cc
+++ b/arts/modules/common/env_effectrackitem_impl.cc
@@ -397,4 +397,3 @@ public:
};
REGISTER_IMPLEMENTATION(EffectRackGuiFactory_impl);
}
-// vim:ts=4:sw=4
diff --git a/arts/modules/common/env_mixeritem_impl.cc b/arts/modules/common/env_mixeritem_impl.cc
index 6fee8b44..93735dd5 100644
--- a/arts/modules/common/env_mixeritem_impl.cc
+++ b/arts/modules/common/env_mixeritem_impl.cc
@@ -365,4 +365,3 @@ public:
};
REGISTER_IMPLEMENTATION(MixerGuiFactory_impl);
}
-// vim:ts=4:sw=4
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
diff --git a/arts/modules/mixers/monosimplemixerchannelguifactory_impl.cc b/arts/modules/mixers/monosimplemixerchannelguifactory_impl.cc
index ab35e4fc..28fbab55 100644
--- a/arts/modules/mixers/monosimplemixerchannelguifactory_impl.cc
+++ b/arts/modules/mixers/monosimplemixerchannelguifactory_impl.cc
@@ -92,5 +92,3 @@ namespace Arts {
};
REGISTER_IMPLEMENTATION(MonoSimpleMixerChannelGuiFactory_impl);
}
-
-// vim:ts=4:sw=4
diff --git a/arts/modules/mixers/simplemixerchannelguifactory_impl.cc b/arts/modules/mixers/simplemixerchannelguifactory_impl.cc
index 0a36470d..73ab31e2 100644
--- a/arts/modules/mixers/simplemixerchannelguifactory_impl.cc
+++ b/arts/modules/mixers/simplemixerchannelguifactory_impl.cc
@@ -80,7 +80,3 @@ namespace Arts {
};
REGISTER_IMPLEMENTATION(SimpleMixerChannelGuiFactory_impl);
}
-
-
-// vim:ts=4:sw=4
-
diff --git a/arts/modules/synth/synth_cdelay_impl.cc b/arts/modules/synth/synth_cdelay_impl.cc
index 28f4d12f..0ab3255d 100644
--- a/arts/modules/synth/synth_cdelay_impl.cc
+++ b/arts/modules/synth/synth_cdelay_impl.cc
@@ -119,7 +119,4 @@ public:
}
}
};
-
-// vim:sw=4:ts=4
-
REGISTER_IMPLEMENTATION(Synth_CDELAY_impl);
diff --git a/arts/modules/synth/synth_sequence_freq_impl.cc b/arts/modules/synth/synth_sequence_freq_impl.cc
index 0014d535..e3458d74 100644
--- a/arts/modules/synth/synth_sequence_freq_impl.cc
+++ b/arts/modules/synth/synth_sequence_freq_impl.cc
@@ -128,4 +128,3 @@ public:
};
REGISTER_IMPLEMENTATION(Synth_SEQUENCE_FREQ_impl);
-// vim: sw=4 ts=4 noet
diff --git a/arts/modules/synth/synth_sequence_impl.cc b/arts/modules/synth/synth_sequence_impl.cc
index 981f0bba..dc2588f5 100644
--- a/arts/modules/synth/synth_sequence_impl.cc
+++ b/arts/modules/synth/synth_sequence_impl.cc
@@ -129,4 +129,3 @@ public:
};
REGISTER_IMPLEMENTATION(Synth_SEQUENCE_impl);
-// vim: sw=4 ts=4 noet