launcher: remove unused field

Signed-off-by: Jonathan Marler <johnnymarler@gmail.com>
This commit is contained in:
Jonathan Marler 2021-04-12 08:03:42 -06:00
parent 7a465d855e
commit 669d5737fa

View File

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