Comment out old Ray

This commit is contained in:
Eryn Wells 2014-08-09 11:04:26 -07:00
parent 19dfb66301
commit d10d219eb3

View file

@ -195,6 +195,7 @@ Matrix4 operator*(const Double lhs, const Matrix4& rhs);
#endif #endif
#if 0
struct Ray struct Ray
{ {
Ray(); Ray();
@ -206,6 +207,7 @@ struct Ray
}; };
std::ostream &operator<<(std::ostream &os, const Ray &r); std::ostream &operator<<(std::ostream &os, const Ray &r);
#endif
struct Color struct Color