wayland: remove dead, broken init

This commit is contained in:
Dorota Czaplejewicz
2023-01-15 11:22:10 +00:00
parent 5f12199de1
commit 2e65586db5

View File

@ -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