| 177 | } |
| 178 | |
| 179 | void PiuQRCodeUnbind(void* it, PiuApplication* application, PiuView* view) |
| 180 | { |
| 181 | PiuQRCode* self = it; |
| 182 | (*self)->buffer = NULL; |
| 183 | PiuContentUnbind(it, application, view); |
| 184 | } |
| 185 | |
| 186 | void PiuQRCode_create(xsMachine* the) |
| 187 | { |
nothing calls this directly
no test coverage detected