Browse Source

Fixed build

Christophe Riccio 15 years ago
parent
commit
2fd280a6f8
1 changed files with 0 additions and 13 deletions
  1. 0 13
      glm/core/type_vec4.inl

+ 0 - 13
glm/core/type_vec4.inl

@@ -1152,19 +1152,6 @@ namespace glm
 				~v.w);
 		}
 
-		template <typename T> 
-		inline tvec4<T> operator~
-		(
-			tvec4<T> const & v
-		)
-		{
-			return tvec4<T>(
-				~v.x,
-				~v.y,
-				~v.z,
-				~v.w);
-		}
-
 		//////////////////////////////////////
 		// tref definition