| 613 | } |
| 614 | |
| 615 | void PiuApplication_purge(xsMachine* the) |
| 616 | { |
| 617 | PiuApplication* self = PIU(Application, xsThis); |
| 618 | PiuStyleLinkNew(the); |
| 619 | (*self)->styleList = PIU(StyleLink, xsResult); |
| 620 | xsSet(xsGlobal, xsID_assetMap, xsNull); |
| 621 | xsCollectGarbage(); |
| 622 | } |
nothing calls this directly
no test coverage detected