Cleanup: unused debug variable.

This commit is contained in:
Bastien Montagne 2022-08-12 15:20:43 +02:00
parent 47af1ce8ac
commit 27105af938
1 changed files with 1 additions and 0 deletions

View File

@ -373,6 +373,7 @@ void OverrideRNAPathTreeBuilder::ensure_entire_collection(
{
AbstractTreeElement *abstract_parent = tree_element_cast<AbstractTreeElement>(&te_to_expand);
BLI_assert(abstract_parent != nullptr);
UNUSED_VARS_NDEBUG(abstract_parent);
TreeElement *previous_te = nullptr;
int item_idx = 0;