mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-08 13:30:04 +00:00
Remove obsolete code path in Far::TopologyRefiner (_VTR_COMPUTE_MASK_WEIGHTS_ENABLED)
This commit is contained in:
parent
d70fc5a72c
commit
d02fce995b
@ -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
|
||||
|
@ -128,10 +128,6 @@ public:
|
||||
|
||||
/// \brief Clear the topology entirely
|
||||
void Clear();
|
||||
|
||||
#ifdef _VTR_COMPUTE_MASK_WEIGHTS_ENABLED
|
||||
void ComputeMaskWeights();
|
||||
#endif
|
||||
//@}
|
||||
|
||||
//@{
|
||||
|
Loading…
Reference in New Issue
Block a user