diff options
Diffstat (limited to 'twin/clients/keramik')
-rw-r--r-- | twin/clients/keramik/config/config.cpp | 2 | ||||
-rw-r--r-- | twin/clients/keramik/config/config.h | 2 | ||||
-rw-r--r-- | twin/clients/keramik/embedtool.cpp | 4 | ||||
-rw-r--r-- | twin/clients/keramik/keramik.cpp | 4 | ||||
-rw-r--r-- | twin/clients/keramik/keramik.h | 2 |
5 files changed, 0 insertions, 14 deletions
diff --git a/twin/clients/keramik/config/config.cpp b/twin/clients/keramik/config/config.cpp index 0f3be48c7..dfd5e20aa 100644 --- a/twin/clients/keramik/config/config.cpp +++ b/twin/clients/keramik/config/config.cpp @@ -106,5 +106,3 @@ void KeramikConfig::defaults() emit changed(); } - -// vim: set noet ts=4 sw=4: diff --git a/twin/clients/keramik/config/config.h b/twin/clients/keramik/config/config.h index 886acb0f5..721248a09 100644 --- a/twin/clients/keramik/config/config.h +++ b/twin/clients/keramik/config/config.h @@ -54,5 +54,3 @@ class KeramikConfig: public TQObject #endif - -// vim: set noet ts=4 sw=4: diff --git a/twin/clients/keramik/embedtool.cpp b/twin/clients/keramik/embedtool.cpp index a635c4ee2..88cf93838 100644 --- a/twin/clients/keramik/embedtool.cpp +++ b/twin/clients/keramik/embedtool.cpp @@ -86,7 +86,6 @@ KeramikEmbedder::~KeramikEmbedder() { stream << "} // namespace Keramik\n\n"; stream << "#endif // __TILES_H\n\n"; - stream << "// vim: set noet ts=4 sw=4:\n"; file->close(); delete file; @@ -225,6 +224,3 @@ int main( int argv, char **argc ) return 0; } - -// vim: set noet ts=4 sw=4: - diff --git a/twin/clients/keramik/keramik.cpp b/twin/clients/keramik/keramik.cpp index 7a5225cc7..82a6aba83 100644 --- a/twin/clients/keramik/keramik.cpp +++ b/twin/clients/keramik/keramik.cpp @@ -1842,7 +1842,3 @@ extern "C" return Keramik::clientHandler; } } - - - -// vim: set noet ts=4 sw=4: diff --git a/twin/clients/keramik/keramik.h b/twin/clients/keramik/keramik.h index 59f9960c5..54639dece 100644 --- a/twin/clients/keramik/keramik.h +++ b/twin/clients/keramik/keramik.h @@ -198,5 +198,3 @@ namespace Keramik { } // namespace Keramik #endif // ___KERAMIK_H - -// vim: set noet ts=4 sw=4: |