From 2e65586db53fdf2095b06d8e85f48ca1a060825a Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sun, 15 Jan 2023 11:22:10 +0000 Subject: [PATCH] wayland: remove dead, broken init --- src/wayland.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/wayland.c b/src/wayland.c index 6e569def..3c9fce93 100644 --- a/src/wayland.c +++ b/src/wayland.c @@ -4,12 +4,6 @@ struct squeek_wayland *squeek_wayland = NULL; -void squeek_wayland_init_global(struct squeek_outputs *outputs) { - struct squeek_wayland *wayland = {0}; - wayland->outputs = outputs; - squeek_wayland = wayland; -} - // The following functions only exist // to create linkable symbols out of inline functions, // because those are not directly callable from Rust