From 7f50024bdc5f11b6e1550a13cc96ff86da769307 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Tue, 19 Mar 2024 18:26:42 -0700 Subject: [PATCH] Remove fakematch attempt from CCharAnimTime --- src/Kyoto/Animation/CCharAnimTime.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Kyoto/Animation/CCharAnimTime.cpp b/src/Kyoto/Animation/CCharAnimTime.cpp index 76fa6d31..1ef17cfb 100644 --- a/src/Kyoto/Animation/CCharAnimTime.cpp +++ b/src/Kyoto/Animation/CCharAnimTime.cpp @@ -5,8 +5,6 @@ #include -inline const float& derp(const float& d) { return d; } - CCharAnimTime::CCharAnimTime(CInputStream& in) : x0_time(in.Get< float >()), x4_type(EType(in.Get< int >())) { }