diff options
Diffstat (limited to 'Runtime/Math/Vector2.h')
-rw-r--r-- | Runtime/Math/Vector2.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Runtime/Math/Vector2.h b/Runtime/Math/Vector2.h index f13e522..7c519b8 100644 --- a/Runtime/Math/Vector2.h +++ b/Runtime/Math/Vector2.h @@ -53,10 +53,4 @@ namespace Internal Vector2T<T> Vector2T<T>::zero = Vector2T(0, 0); template<typename T> Vector2T<T> Vector2T<T>::one = Vector2T(1, 1); - - typedef Internal::Vector2T<float> Vector2; - } - -typedef Internal::Vector2T<float> Vector2; - |