diff options
Diffstat (limited to 'src/Vector3.h')
-rw-r--r-- | src/Vector3.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Vector3.h b/src/Vector3.h index 0c7008763..0e275e9b3 100644 --- a/src/Vector3.h +++ b/src/Vector3.h @@ -426,7 +426,6 @@ public: template <typename FormatContext> auto format(const Vector3<What> & a_Vec, FormatContext & a_Ctx) - -> typename FormatContext::iterator { Write(a_Ctx, "{"); Write(a_Ctx, a_Vec.x); @@ -493,9 +492,3 @@ typedef Vector3<int> Vector3i; typedef std::vector<Vector3i> cVector3iArray; - - - - - - |