From 0ed5f6f0965289784c19c87893166522798fa279 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Wed, 28 Jul 2021 13:46:56 +0300 Subject: [PATCH] Remove unused wl_event_loop forward declaration --- src/wayland/display.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland/display.h b/src/wayland/display.h index a2aa9fca36..223e41b73a 100644 --- a/src/wayland/display.h +++ b/src/wayland/display.h @@ -15,7 +15,6 @@ struct wl_client; struct wl_display; -struct wl_event_loop; namespace KWaylandServer {