| 517 | } |
| 518 | |
| 519 | void fxObjectNodeDistribute(void* it, txNodeCall call, void* param) |
| 520 | { |
| 521 | txObjectNode* self = it; |
| 522 | fxNodeListDistribute(self->items, call, param); |
| 523 | } |
| 524 | |
| 525 | void fxObjectBindingNodeDistribute(void* it, txNodeCall call, void* param) |
| 526 | { |
nothing calls this directly
no test coverage detected