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
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@
#define HK_VECTOR4F_AARCH64_NEON
#endif
using hkVector4fComparisonParameter = const class hkVector4fComparison&;
class hkVector4fComparison {
public:
HK_DECLARE_CLASS_ALLOCATOR(hkVector4fComparison)