From a92b163884c79c6027dcb58eac426df782d29ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Fri, 11 Dec 2020 00:24:53 +0100 Subject: [PATCH] Remove unneeded KSYS_ALWAYS_INLINE --- src/KingSystem/ActorSystem/actAiParam.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/KingSystem/ActorSystem/actAiParam.h b/src/KingSystem/ActorSystem/actAiParam.h index bb9ea76a..7c7dd232 100644 --- a/src/KingSystem/ActorSystem/actAiParam.h +++ b/src/KingSystem/ActorSystem/actAiParam.h @@ -116,7 +116,6 @@ KSYS_CHECK_SIZE_NX150(InlineParam, 0x50); struct InlineParamPack { InlineParamPack() = default; - KSYS_ALWAYS_INLINE ~InlineParamPack() = default; InlineParam& getParam(s32 idx) { if (idx < 0) {