diff --git a/glm/core/type_vec4.inl b/glm/core/type_vec4.inl index 28e5f356..32782ea2 100644 --- a/glm/core/type_vec4.inl +++ b/glm/core/type_vec4.inl @@ -1152,19 +1152,6 @@ namespace glm ~v.w); } - template - inline tvec4 operator~ - ( - tvec4 const & v - ) - { - return tvec4( - ~v.x, - ~v.y, - ~v.z, - ~v.w); - } - ////////////////////////////////////// // tref definition