We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c62920 commit b5e5504Copy full SHA for b5e5504
code/logic/device.c
@@ -338,10 +338,8 @@ void fossil_io_touch_clear_bindings(void) {
338
339
void fossil_io_touch_init(void) {
340
memset(&touch_manager, 0, sizeof(touch_manager));
341
- fossil_io_printf("[touch] Initialized: bindings cleared\n");
342
}
343
344
void fossil_io_touch_shutdown(void) {
345
346
- fossil_io_printf("[touch] Shutdown: bindings released\n");
347
0 commit comments