diff --git a/include/bx/easing.h b/include/bx/easing.h index 809d206..714271f 100644 --- a/include/bx/easing.h +++ b/include/bx/easing.h @@ -1190,8 +1190,6 @@ namespace bx /// float easeOutInBounce(float _t); - float easeInOutLinear(float _t); - } // namespace bx #include "inline/easing.inl"