Havok: Remove duplicate typedef in hkVector4fComparison

The type alias already exists in hkMath
This commit is contained in:
Léo Lam
2022-02-02 01:34:15 +01:00
parent 5861ce0011
commit d6a619dad7
@@ -9,8 +9,6 @@
#define HK_VECTOR4F_AARCH64_NEON
#endif
using hkVector4fComparisonParameter = const class hkVector4fComparison&;
class hkVector4fComparison {
public:
HK_DECLARE_CLASS_ALLOCATOR(hkVector4fComparison)