]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGLimits.hxx
Merge branch 'timoore/effects'
[simgear.git] / simgear / math / SGLimits.hxx
index bcf147c6e5cf9144f1fa065fe78f727aa50dffcf..ac040edcd57ec653dfe008a72c993b7db9cc2068 100644 (file)
@@ -26,7 +26,4 @@
 template<typename T>
 class SGLimits : public std::numeric_limits<T> {};
 
-typedef SGLimits<float> SGLimitsf;
-typedef SGLimits<double> SGLimitsd;
-
 #endif