diff --git a/opensubdiv/far/interpolate.cpp b/opensubdiv/far/interpolate.cpp index c5c4d07c..202c95c0 100644 --- a/opensubdiv/far/interpolate.cpp +++ b/opensubdiv/far/interpolate.cpp @@ -230,8 +230,6 @@ void Spline::GetPatchWeights(PatchParam::BitField bits, Spline::GetWeights(s, point ? sWeights : 0, derivS ? dsWeights : 0); Spline::GetWeights(t, point ? tWeights : 0, derivT ? dtWeights : 0); - int boundary = bits.GetBoundary(); - if (point) { // Compute the tensor product weight of the (s,t) basis function // corresponding to each control vertex: