diff options
author | Michele Calgaro <[email protected]> | 2020-09-27 11:57:34 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-27 11:57:34 +0900 |
commit | 34da0c702e28c52477c27720de0d41918b65ee33 (patch) | |
tree | 7dd1ab5aefad259bb0ee75a92a30462ed776ff81 /arts/modules/synth | |
parent | 219a69a602052a7f513d7832676166557a1817a2 (diff) | |
download | tdemultimedia-34da0c702e28c52477c27720de0d41918b65ee33.tar.gz tdemultimedia-34da0c702e28c52477c27720de0d41918b65ee33.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'arts/modules/synth')
-rw-r--r-- | arts/modules/synth/synth_cdelay_impl.cc | 3 | ||||
-rw-r--r-- | arts/modules/synth/synth_sequence_freq_impl.cc | 1 | ||||
-rw-r--r-- | arts/modules/synth/synth_sequence_impl.cc | 1 |
3 files changed, 0 insertions, 5 deletions
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 |