| 193 | } |
| 194 | |
| 195 | void PiuQRCodeUnbind(void* it, PiuApplication* application, PiuView* view) |
| 196 | { |
| 197 | PiuQRCode* self = it; |
| 198 | (*self)->buffer = NULL; |
| 199 | PiuContentUnbind(it, application, view); |
| 200 | } |
| 201 | |
| 202 | void PiuQRCode_create(xsMachine* the) |
| 203 | { |
nothing calls this directly
no test coverage detected