| 670 | } |
| 671 | |
| 672 | static void registry_handle_global_remove(void *data, wl_registry *registry, uint32_t name) {} |
| 673 | |
| 674 | static const wl_registry_listener registry_listener = {registry_handle_global, registry_handle_global_remove}; |
| 675 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected