Update irrMath.h: remove s16 roundingError()

master
MoNTE48 2019-11-12 17:39:24 +01:00
parent 48395bc1dd
commit 674778e45a
1 changed files with 0 additions and 6 deletions

View File

@ -197,12 +197,6 @@ namespace core
return ROUNDING_ERROR_f64;
}
template <>
inline s16 roundingError()
{
return 0;
}
template <>
inline s32 roundingError()
{