Unused
Approved by DeadYak to remove
This commit is contained in:
@@ -2800,11 +2800,11 @@ VariablesView::_AddTypeHandlerMenuIfNeeded(ModelNode* node,
|
|||||||
{
|
{
|
||||||
ValueNodeChild* child = node->NodeChild();
|
ValueNodeChild* child = node->NodeChild();
|
||||||
|
|
||||||
Type* type = child->GetType();
|
// Type* type = child->GetType();
|
||||||
if (node->CountChildren() == 1 && node->ChildAt(0)->IsHidden()) {
|
if (node->CountChildren() == 1 && node->ChildAt(0)->IsHidden()) {
|
||||||
node = node->ChildAt(0);
|
node = node->ChildAt(0);
|
||||||
child = node->NodeChild();
|
child = node->NodeChild();
|
||||||
type = child->GetType();
|
// type = child->GetType();
|
||||||
}
|
}
|
||||||
|
|
||||||
int32 handlerCount = TypeHandlerRoster::Default()->CountTypeHandlers(
|
int32 handlerCount = TypeHandlerRoster::Default()->CountTypeHandlers(
|
||||||
|
|||||||
Reference in New Issue
Block a user