From 2ba1ae95c2d152017e0a9dd27bb9b348c417f93b Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Fri, 13 Feb 2015 00:30:25 -0800 Subject: [PATCH] Remove testing #ifdefs --- glm/gtx/color_space_YCoCg.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/gtx/color_space_YCoCg.inl b/glm/gtx/color_space_YCoCg.inl index 273db475..45e41671 100644 --- a/glm/gtx/color_space_YCoCg.inl +++ b/glm/gtx/color_space_YCoCg.inl @@ -86,7 +86,7 @@ namespace glm return result; } }; -#if 0 + template class compute_YCoCgR { public: @@ -116,7 +116,7 @@ namespace glm return result; } }; -#endif + template GLM_FUNC_QUALIFIER tvec3 rgb2YCoCgR (