Remove obsolete code path in Far::TopologyRefiner (_VTR_COMPUTE_MASK_WEIGHTS_ENABLED)

This commit is contained in:
manuelk 2014-12-22 10:34:51 -08:00
parent d70fc5a72c
commit d02fce995b
2 changed files with 0 additions and 16 deletions

View File

@ -544,18 +544,6 @@ TopologyRefiner::selectFeatureAdaptiveComponents(Vtr::SparseSelector& selector)
}
}
#ifdef _VTR_COMPUTE_MASK_WEIGHTS_ENABLED
void
TopologyRefiner::ComputeMaskWeights() {
assert(_subdivType == Sdc::TYPE_CATMARK);
for (int i = 0; i < _maxLevel; ++i) {
_refinements[i]->computeMaskWeights();
}
}
#endif
} // end namespace Far
} // end namespace OPENSUBDIV_VERSION

View File

@ -128,10 +128,6 @@ public:
/// \brief Clear the topology entirely
void Clear();
#ifdef _VTR_COMPUTE_MASK_WEIGHTS_ENABLED
void ComputeMaskWeights();
#endif
//@}
//@{