From aa92c76da24630977264cf3a14285b196f3b98d3 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 19 Sep 2011 17:04:11 +0100 Subject: [PATCH] Fixed length build --- glm/gtc/half_float.inl | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/glm/gtc/half_float.inl b/glm/gtc/half_float.inl index 1516d19b..2d20f8a0 100644 --- a/glm/gtc/half_float.inl +++ b/glm/gtc/half_float.inl @@ -44,11 +44,6 @@ GLM_FUNC_QUALIFIER tvec2::size_type tvec2::value_size() return 2; } -GLM_FUNC_QUALIFIER typename tvec2::size_type tvec2::length() const -{ - return 2; -} - ////////////////////////////////////// // Accesses @@ -322,11 +317,6 @@ GLM_FUNC_QUALIFIER tvec3::size_type tvec3::value_size() return 3; } -GLM_FUNC_QUALIFIER typename tvec3::size_type tvec3::length() const -{ - return 3; -} - ////////////////////////////////////// // Accesses @@ -643,12 +633,6 @@ GLM_FUNC_QUALIFIER tvec4::size_type tvec4::value_size() { return 4; } - - -GLM_FUNC_QUALIFIER typename tvec4::size_type tvec4::length() const -{ - return 4; -} ////////////////////////////////////// // Accesses