]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGQuat.hxx
Remove fastmath funktions like discussed on the list.
[simgear.git] / simgear / math / SGQuat.hxx
index 0a4aee06976e0132bc26a09a250c12cbe44063b2..1ac86fe58310bd6857b2f7aa59935de2e15ada7f 100644 (file)
@@ -557,10 +557,6 @@ std::basic_ostream<char_type, traits_type>&
 operator<<(std::basic_ostream<char_type, traits_type>& s, const SGQuat<T>& v)
 { return s << "[ " << v(0) << ", " << v(1) << ", " << v(2) << ", " << v(3) << " ]"; }
 
-/// Two classes doing actually the same on different types
-typedef SGQuat<float> SGQuatf;
-typedef SGQuat<double> SGQuatd;
-
 inline
 SGQuatf
 toQuatf(const SGQuatd& v)