launcher: remove unused field
Signed-off-by: Jonathan Marler <johnnymarler@gmail.com>
This commit is contained in:
parent
7a465d855e
commit
669d5737fa
@ -88,7 +88,6 @@ union cmsg_data { unsigned char b[4]; int fd; };
|
|||||||
struct launcher_weston_launch {
|
struct launcher_weston_launch {
|
||||||
struct weston_launcher base;
|
struct weston_launcher base;
|
||||||
struct weston_compositor *compositor;
|
struct weston_compositor *compositor;
|
||||||
struct wl_event_loop *loop;
|
|
||||||
int fd;
|
int fd;
|
||||||
struct wl_event_source *source;
|
struct wl_event_source *source;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user