| 167 | } |
| 168 | |
| 169 | void PiuLabelUnbind(void* it, PiuApplication* application, PiuView* view) |
| 170 | { |
| 171 | PiuLabel* self = it; |
| 172 | PiuLabelUncomputeStyle(self, application, view); |
| 173 | PiuContentUnbind(it, application, view); |
| 174 | } |
| 175 | |
| 176 | void PiuLabelUncomputeStyle(PiuLabel* self, PiuApplication* application, PiuView* view) |
| 177 | { |
nothing calls this directly
no test coverage detected