Drop unused struct definition.
This commit is contained in:
@@ -15,11 +15,6 @@
|
|||||||
|
|
||||||
static const char socket_name[] = "\0wayland";
|
static const char socket_name[] = "\0wayland";
|
||||||
|
|
||||||
struct wl_buffer {
|
|
||||||
char data[4096];
|
|
||||||
int head, tail;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct wl_proxy {
|
struct wl_proxy {
|
||||||
struct wl_display *display;
|
struct wl_display *display;
|
||||||
uint32_t id;
|
uint32_t id;
|
||||||
|
|||||||
Reference in New Issue
Block a user