Remove testing #ifdefs

This commit is contained in:
Pavel Krajcevski 2015-02-13 00:30:25 -08:00
parent a53696a2dc
commit 2ba1ae95c2

View File

@ -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
(