diff options
author | Michele Calgaro <[email protected]> | 2020-09-27 11:57:34 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-27 11:58:01 +0900 |
commit | 7caf6b77bc3ba4c9671faffdeeffec73940b0e65 (patch) | |
tree | be45decbb987cf62f85ef94a6f120c10d8a217aa /arts/modules/synth/synth_cdelay_impl.cc | |
parent | 25075081869cc0430237506426e626059697e35c (diff) | |
download | tdemultimedia-7caf6b77bc3ba4c9671faffdeeffec73940b0e65.tar.gz tdemultimedia-7caf6b77bc3ba4c9671faffdeeffec73940b0e65.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 34da0c702e28c52477c27720de0d41918b65ee33)
Diffstat (limited to 'arts/modules/synth/synth_cdelay_impl.cc')
-rw-r--r-- | arts/modules/synth/synth_cdelay_impl.cc | 3 |
1 files changed, 0 insertions, 3 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); |