aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2019-07-16 14:21:45 +0200
committerSimon Ser <contact@emersion.fr>2019-07-16 17:38:11 +0300
commit91752e8285c6ccf70f12702ea34fa18a55bea4c4 (patch)
treef256858e92ae2ec2ad590a4dfabd63d0f45ab156 /include/wlr
parent28cc1730e827b919ecef9276af32655ec5e69043 (diff)
layer-shell: Remove unused event source
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_layer_shell_v1.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_layer_shell_v1.h b/include/wlr/types/wlr_layer_shell_v1.h
index 838b2e83..fe0175f2 100644
--- a/include/wlr/types/wlr_layer_shell_v1.h
+++ b/include/wlr/types/wlr_layer_shell_v1.h
@@ -75,7 +75,6 @@ struct wlr_layer_surface_v1 {
bool added, configured, mapped, closed;
uint32_t configure_serial;
- struct wl_event_source *configure_idle;
uint32_t configure_next_serial;
struct wl_list configure_list;