| 1065 | } |
| 1066 | |
| 1067 | void PiuTextUnbind(void* it, PiuApplication* application, PiuView* view) |
| 1068 | { |
| 1069 | PiuText* self = it; |
| 1070 | PiuTextUncomputeStyles(self, application, view); |
| 1071 | PiuContentUnbind(it, application, view); |
| 1072 | } |
| 1073 | |
| 1074 | void PiuTextUncomputeStyles(PiuText* self, PiuApplication* application, PiuView* view) |
| 1075 | { |
nothing calls this directly
no test coverage detected