summaryrefslogtreecommitdiffstats
path: root/mpeglib_artsplug
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 /mpeglib_artsplug
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 'mpeglib_artsplug')
-rw-r--r--mpeglib_artsplug/mpeglibartsplay.cpp1
-rw-r--r--mpeglib_artsplug/splayPlayObject_impl.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/mpeglib_artsplug/mpeglibartsplay.cpp b/mpeglib_artsplug/mpeglibartsplay.cpp
index 66b69150..627a72c3 100644
--- a/mpeglib_artsplug/mpeglibartsplay.cpp
+++ b/mpeglib_artsplug/mpeglibartsplay.cpp
@@ -1,4 +1,3 @@
-// vim:ts=2:sw=2:sts=2:et
/**
Starter for plugins.
The plugins are identified by their extension
diff --git a/mpeglib_artsplug/splayPlayObject_impl.cpp b/mpeglib_artsplug/splayPlayObject_impl.cpp
index d29aa61a..23956a60 100644
--- a/mpeglib_artsplug/splayPlayObject_impl.cpp
+++ b/mpeglib_artsplug/splayPlayObject_impl.cpp
@@ -496,5 +496,3 @@ void SplayPlayObject_impl::getMoreSamples(int needLen) {
}
REGISTER_IMPLEMENTATION(SplayPlayObject_impl);
-
-// vim:ts=8:sw=2:sts=2