Explorar el Código

Remove duplicate function declarations

Sami Kankaristo hace 9 años
padre
commit
5222e0baca
Se han modificado 2 ficheros con 0 adiciones y 9 borrados
  1. 0 3
      glm/detail/type_vec2.hpp
  2. 0 6
      glm/detail/type_vec4.hpp

+ 0 - 3
glm/detail/type_vec2.hpp

@@ -305,9 +305,6 @@ namespace glm
 	template <typename T, precision P>
 	GLM_FUNC_DECL tvec2<T, P> operator/(tvec2<T, P> const & v1, tvec2<T, P> const & v2);
 
-	template <typename T, precision P>
-	GLM_FUNC_DECL tvec2<T, P> operator-(tvec2<T, P> const & v);
-
 	template <typename T, precision P>
 	GLM_FUNC_DECL tvec2<T, P> operator%(tvec2<T, P> const & v, T const & scalar);
 

+ 0 - 6
glm/detail/type_vec4.hpp

@@ -438,12 +438,6 @@ namespace detail
 	template <typename T, precision P>
 	GLM_FUNC_DECL tvec4<T, P> operator/(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
 
-	template <typename T, precision P>
-	GLM_FUNC_DECL bool operator==(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
-
-	template <typename T, precision P>
-	GLM_FUNC_DECL bool operator!=(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
-
 	template <typename T, precision P>
 	GLM_FUNC_DECL tvec4<T, P> operator%(tvec4<T, P> const & v, T scalar);