OpenSubdiv: Cleanup, the TODO was actually solved

This commit is contained in:
Sergey Sharybin 2018-09-26 11:52:06 +02:00
parent b125bd7e0e
commit de811518c0
1 changed files with 0 additions and 1 deletions

View File

@ -706,7 +706,6 @@ OpenSubdiv_EvaluatorInternal* openSubdiv_createEvaluatorInternal(
const int num_face_varying_channels = refiner->GetNumFVarChannels();
const bool has_face_varying_data = (num_face_varying_channels != 0);
const int level = topology_refiner->getSubdivisionLevel(topology_refiner);
// TODO(sergey): Query from topology refiner.
const bool is_adaptive = topology_refiner->getIsAdaptive(topology_refiner);
// Refine the topology with given settings.
// TODO(sergey): What if topology is already refined?