| 1114 | } |
| 1115 | |
| 1116 | void fxDeleteAll(txMachine* the, txSlot* stack, txID id, txIndex index) |
| 1117 | { |
| 1118 | txSlot* instance = fxToInstance(the, stack); |
| 1119 | if (!mxBehaviorDeleteProperty(the, instance, id, index)) |
| 1120 | mxDebugID(XS_TYPE_ERROR, "delete %s: not configurable", id); |
| 1121 | the->stack = stack; |
| 1122 | } |
| 1123 | |
| 1124 | void fxDeleteAt(txMachine* the) |
| 1125 | { |
no test coverage detected