| 124 | } |
| 125 | |
| 126 | void PiuPortUnbind(void* it, PiuApplication* application, PiuView* view) |
| 127 | { |
| 128 | PiuPort* self = it; |
| 129 | (*self)->computedStyle = NULL; |
| 130 | PiuContentUnbind(it, application, view); |
| 131 | } |
| 132 | |
| 133 | void PiuPort_create(xsMachine* the) |
| 134 | { |
nothing calls this directly
no test coverage detected