summaryrefslogtreecommitdiffstats
path: root/twin/clients/keramik/embedtool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/clients/keramik/embedtool.cpp')
-rw-r--r--twin/clients/keramik/embedtool.cpp4
1 files changed, 0 insertions, 4 deletions
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:
-