Browse Source

Remove testing #ifdefs

Pavel Krajcevski 11 years ago
parent
commit
2ba1ae95c2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      glm/gtx/color_space_YCoCg.inl

+ 2 - 2
glm/gtx/color_space_YCoCg.inl

@@ -86,7 +86,7 @@ namespace glm
 			return result;
 		}
 	};
-#if 0
+
 	template <typename T, precision P>
 	class compute_YCoCgR<T, P, true> {
 	public:
@@ -116,7 +116,7 @@ namespace glm
 			return result;
 		}
 	};
-#endif  
+
 	template <typename T, precision P>
 	GLM_FUNC_QUALIFIER tvec3<T, P> rgb2YCoCgR
 	(