| 746 | } |
| 747 | |
| 748 | void PiuCodeUnbind(void* it, PiuApplication* application, PiuView* view) |
| 749 | { |
| 750 | PiuCode* self = it; |
| 751 | (*self)->computedStyle = NULL; |
| 752 | PiuContentUnbind(it, application, view); |
| 753 | } |
| 754 | |
| 755 | void PiuCodeIteratorFirst(PiuCode* self, PiuCodeIterator iter, int32_t offset) |
| 756 | { |
nothing calls this directly
no test coverage detected