| 523 | } |
| 524 | |
| 525 | void fxObjectBindingNodeDistribute(void* it, txNodeCall call, void* param) |
| 526 | { |
| 527 | txObjectBindingNode* self = it; |
| 528 | fxNodeListDistribute(self->items, call, param); |
| 529 | } |
| 530 | |
| 531 | void fxParamsNodeDistribute(void* it, txNodeCall call, void* param) |
| 532 | { |
nothing calls this directly
no test coverage detected