diff --git a/src/pbrt/util/vecmath.h b/src/pbrt/util/vecmath.h index 60f691dbc..4bc323f53 100644 --- a/src/pbrt/util/vecmath.h +++ b/src/pbrt/util/vecmath.h @@ -1724,11 +1724,6 @@ PBRT_CPU_GPU inline bool SameHemisphere(Vector3f w, Vector3f wp) { return w.z * wp.z > 0; } -PBRT_CPU_GPU -inline bool SameHemisphere(Vector3f w, Normal3f wp) { - return w.z * wp.z > 0; -} - // OctahedralVector Definition class OctahedralVector { public: