aboutsummaryrefslogtreecommitdiff
path: root/include/util/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util/global.h')
-rw-r--r--include/util/global.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/util/global.h b/include/util/global.h
index ea0fda83..1c979ab1 100644
--- a/include/util/global.h
+++ b/include/util/global.h
@@ -9,7 +9,6 @@
* Globals that are created and destroyed on the fly need special handling to
* prevent race conditions with wl_registry. Use this function to destroy them.
*/
-void wlr_global_destroy_safe(struct wl_global *global,
- struct wl_display *display);
+void wlr_global_destroy_safe(struct wl_global *global);
#endif