summaryrefslogtreecommitdiffstats
path: root/ksvg/impl/libs/libtext2path
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/impl/libs/libtext2path')
-rw-r--r--ksvg/impl/libs/libtext2path/src/Affine.cpp2
-rw-r--r--ksvg/impl/libs/libtext2path/src/Affine.h2
-rw-r--r--ksvg/impl/libs/libtext2path/src/BezierPath.h2
-rw-r--r--ksvg/impl/libs/libtext2path/src/Cache.h2
-rw-r--r--ksvg/impl/libs/libtext2path/src/Converter.cpp1
-rw-r--r--ksvg/impl/libs/libtext2path/src/Converter.h2
-rw-r--r--ksvg/impl/libs/libtext2path/src/Font.cpp2
-rw-r--r--ksvg/impl/libs/libtext2path/src/Font.h2
-rw-r--r--ksvg/impl/libs/libtext2path/src/Glyph.cpp2
-rw-r--r--ksvg/impl/libs/libtext2path/src/Glyph.h2
-rw-r--r--ksvg/impl/libs/libtext2path/src/GlyphTracer.cpp2
-rw-r--r--ksvg/impl/libs/libtext2path/src/GlyphTracer.h2
-rw-r--r--ksvg/impl/libs/libtext2path/src/Point.h2
-rw-r--r--ksvg/impl/libs/libtext2path/src/QtUnicode.h2
-rw-r--r--ksvg/impl/libs/libtext2path/src/Rectangle.cpp2
-rw-r--r--ksvg/impl/libs/libtext2path/src/Rectangle.h2
-rw-r--r--ksvg/impl/libs/libtext2path/src/Tools.h2
17 files changed, 0 insertions, 33 deletions
diff --git a/ksvg/impl/libs/libtext2path/src/Affine.cpp b/ksvg/impl/libs/libtext2path/src/Affine.cpp
index d06b53bc..8486b983 100644
--- a/ksvg/impl/libs/libtext2path/src/Affine.cpp
+++ b/ksvg/impl/libs/libtext2path/src/Affine.cpp
@@ -170,5 +170,3 @@ double *Affine::data()
{
return m_affine;
}
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/Affine.h b/ksvg/impl/libs/libtext2path/src/Affine.h
index c0f11e9b..ef3435f9 100644
--- a/ksvg/impl/libs/libtext2path/src/Affine.h
+++ b/ksvg/impl/libs/libtext2path/src/Affine.h
@@ -63,5 +63,3 @@ namespace T2P
}
#endif
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/BezierPath.h b/ksvg/impl/libs/libtext2path/src/BezierPath.h
index 1c357abd..2526ee6c 100644
--- a/ksvg/impl/libs/libtext2path/src/BezierPath.h
+++ b/ksvg/impl/libs/libtext2path/src/BezierPath.h
@@ -52,5 +52,3 @@ namespace T2P
}
#endif
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/Cache.h b/ksvg/impl/libs/libtext2path/src/Cache.h
index a85fdf92..39536179 100644
--- a/ksvg/impl/libs/libtext2path/src/Cache.h
+++ b/ksvg/impl/libs/libtext2path/src/Cache.h
@@ -152,5 +152,3 @@ namespace T2P
}
#endif
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/Converter.cpp b/ksvg/impl/libs/libtext2path/src/Converter.cpp
index 59ab8e5c..f8e3d20e 100644
--- a/ksvg/impl/libs/libtext2path/src/Converter.cpp
+++ b/ksvg/impl/libs/libtext2path/src/Converter.cpp
@@ -509,4 +509,3 @@ std::string Converter::cacheGlyphKey(const GlyphRenderParams *params) const
// std::cout << "Glyph cache key: " << key << std::endl;
return key;
}
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/Converter.h b/ksvg/impl/libs/libtext2path/src/Converter.h
index d6e19521..864812be 100644
--- a/ksvg/impl/libs/libtext2path/src/Converter.h
+++ b/ksvg/impl/libs/libtext2path/src/Converter.h
@@ -90,5 +90,3 @@ namespace T2P
}
#endif
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/Font.cpp b/ksvg/impl/libs/libtext2path/src/Font.cpp
index 1d6f7005..a9db7113 100644
--- a/ksvg/impl/libs/libtext2path/src/Font.cpp
+++ b/ksvg/impl/libs/libtext2path/src/Font.cpp
@@ -248,5 +248,3 @@ const FontVisualParams *Font::fontParams() const
{
return m_fontParams;
}
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/Font.h b/ksvg/impl/libs/libtext2path/src/Font.h
index 72844285..fc3435f9 100644
--- a/ksvg/impl/libs/libtext2path/src/Font.h
+++ b/ksvg/impl/libs/libtext2path/src/Font.h
@@ -87,5 +87,3 @@ namespace T2P
}
#endif
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/Glyph.cpp b/ksvg/impl/libs/libtext2path/src/Glyph.cpp
index d2e16189..76390e08 100644
--- a/ksvg/impl/libs/libtext2path/src/Glyph.cpp
+++ b/ksvg/impl/libs/libtext2path/src/Glyph.cpp
@@ -348,5 +348,3 @@ void GlyphRenderParams::setCharacter(unsigned short character)
{
m_character = character;
}
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/Glyph.h b/ksvg/impl/libs/libtext2path/src/Glyph.h
index b3bd3fb5..9cc58871 100644
--- a/ksvg/impl/libs/libtext2path/src/Glyph.h
+++ b/ksvg/impl/libs/libtext2path/src/Glyph.h
@@ -194,5 +194,3 @@ namespace T2P
}
#endif
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/GlyphTracer.cpp b/ksvg/impl/libs/libtext2path/src/GlyphTracer.cpp
index 42457553..175311c2 100644
--- a/ksvg/impl/libs/libtext2path/src/GlyphTracer.cpp
+++ b/ksvg/impl/libs/libtext2path/src/GlyphTracer.cpp
@@ -72,5 +72,3 @@ FT_Outline_Funcs *GlyphTracer::outlineFuncs()
m_outlineMethods = ret;
return m_outlineMethods;
}
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/GlyphTracer.h b/ksvg/impl/libs/libtext2path/src/GlyphTracer.h
index 7607ecad..d7ca5ea2 100644
--- a/ksvg/impl/libs/libtext2path/src/GlyphTracer.h
+++ b/ksvg/impl/libs/libtext2path/src/GlyphTracer.h
@@ -61,5 +61,3 @@ namespace T2P
}
#endif
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/Point.h b/ksvg/impl/libs/libtext2path/src/Point.h
index d95742a2..9e379820 100644
--- a/ksvg/impl/libs/libtext2path/src/Point.h
+++ b/ksvg/impl/libs/libtext2path/src/Point.h
@@ -61,5 +61,3 @@ namespace T2P
}
#endif
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/QtUnicode.h b/ksvg/impl/libs/libtext2path/src/QtUnicode.h
index 29714502..671d71f0 100644
--- a/ksvg/impl/libs/libtext2path/src/QtUnicode.h
+++ b/ksvg/impl/libs/libtext2path/src/QtUnicode.h
@@ -145,5 +145,3 @@ else \
script = (T2P::Script) QtUnicode::scriptForChar(c);
#endif
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/Rectangle.cpp b/ksvg/impl/libs/libtext2path/src/Rectangle.cpp
index ef59d6be..679eeef2 100644
--- a/ksvg/impl/libs/libtext2path/src/Rectangle.cpp
+++ b/ksvg/impl/libs/libtext2path/src/Rectangle.cpp
@@ -98,5 +98,3 @@ void Rectangle::bboxUnion(const Rectangle &src1, const Rectangle &src2)
setB(Point(T2PMAX(src1x1, src2x1), T2PMAX(src1y1, src2y1)));
}
}
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/Rectangle.h b/ksvg/impl/libs/libtext2path/src/Rectangle.h
index 1a5eeeb1..ed173456 100644
--- a/ksvg/impl/libs/libtext2path/src/Rectangle.h
+++ b/ksvg/impl/libs/libtext2path/src/Rectangle.h
@@ -51,5 +51,3 @@ namespace T2P
}
#endif
-
-// vim:ts=4:noet
diff --git a/ksvg/impl/libs/libtext2path/src/Tools.h b/ksvg/impl/libs/libtext2path/src/Tools.h
index 6bf33bf7..50adfd49 100644
--- a/ksvg/impl/libs/libtext2path/src/Tools.h
+++ b/ksvg/impl/libs/libtext2path/src/Tools.h
@@ -76,5 +76,3 @@ namespace T2P
#endif
#endif
-
-// vim:ts=4:noet