From d6a619dad765c2e3b7d994487a35698e536fd7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 2 Feb 2022 01:34:15 +0100 Subject: [PATCH] Havok: Remove duplicate typedef in hkVector4fComparison The type alias already exists in hkMath --- .../Havok/Common/Base/Math/Vector/hkVector4fComparison.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/hkStubs/Havok/Common/Base/Math/Vector/hkVector4fComparison.h b/lib/hkStubs/Havok/Common/Base/Math/Vector/hkVector4fComparison.h index 2f449763..7ab63fb0 100644 --- a/lib/hkStubs/Havok/Common/Base/Math/Vector/hkVector4fComparison.h +++ b/lib/hkStubs/Havok/Common/Base/Math/Vector/hkVector4fComparison.h @@ -9,8 +9,6 @@ #define HK_VECTOR4F_AARCH64_NEON #endif -using hkVector4fComparisonParameter = const class hkVector4fComparison&; - class hkVector4fComparison { public: HK_DECLARE_CLASS_ALLOCATOR(hkVector4fComparison)