X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2FSGLimits.hxx;h=ac040edcd57ec653dfe008a72c993b7db9cc2068;hb=145a7fa1467c028f80e141a324950b2c47e34b7b;hp=bcf147c6e5cf9144f1fa065fe78f727aa50dffcf;hpb=dcb95d131bc6aef1abe25d1f415e309f06e52436;p=simgear.git diff --git a/simgear/math/SGLimits.hxx b/simgear/math/SGLimits.hxx index bcf147c6..ac040edc 100644 --- a/simgear/math/SGLimits.hxx +++ b/simgear/math/SGLimits.hxx @@ -26,7 +26,4 @@ template class SGLimits : public std::numeric_limits {}; -typedef SGLimits SGLimitsf; -typedef SGLimits SGLimitsd; - #endif