aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-12-07 01:19:41 +0100
committeremersion <contact@emersion.fr>2017-12-07 01:19:41 +0100
commitbdb6e0b84ce69bea105dc54d3da013da4111f4ae (patch)
treec7882c50897c4b7d118996930a5fc2c09d634be5 /include/wlr
parent0e066f0d7634b051981fbfb2fb75b2f8a4fe8594 (diff)
Remove destroy event in screenshooter for now
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_screenshooter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/wlr/types/wlr_screenshooter.h b/include/wlr/types/wlr_screenshooter.h
index e8b59669..4c66be3f 100644
--- a/include/wlr/types/wlr_screenshooter.h
+++ b/include/wlr/types/wlr_screenshooter.h
@@ -9,10 +9,6 @@ struct wlr_screenshooter {
struct wl_listener display_destroy;
- struct {
- struct wl_signal destroy;
- } events;
-
void *data;
};