aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/util/signal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/util/signal.h b/include/util/signal.h
deleted file mode 100644
index fd93073a..00000000
--- a/include/util/signal.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef UTIL_SIGNAL_H
-#define UTIL_SIGNAL_H
-
-#include <wayland-server-core.h>
-
-void wlr_signal_emit_safe(struct wl_signal *signal, void *data);
-
-#endif