wayland: remove dead, broken init
This commit is contained in:
		@ -4,12 +4,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
struct squeek_wayland *squeek_wayland = NULL;
 | 
					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
 | 
					// The following functions only exist
 | 
				
			||||||
// to create linkable symbols out of inline functions,
 | 
					// to create linkable symbols out of inline functions,
 | 
				
			||||||
// because those are not directly callable from Rust
 | 
					// because those are not directly callable from Rust
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user