From efddea57f889bb454850a8ff487f8b3228addb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 20 Feb 2018 10:44:08 -0800 Subject: [PATCH] Cleanup. --- include/bx/easing.h | 2 -- 1 file changed, 2 deletions(-) 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"