aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/xwayland/xwm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h
index 362b4cef..27b79b30 100644
--- a/include/xwayland/xwm.h
+++ b/include/xwayland/xwm.h
@@ -88,12 +88,6 @@ enum atom_name {
extern const char *atom_map[ATOM_LAST];
-enum net_wm_state_action {
- NET_WM_STATE_REMOVE = 0,
- NET_WM_STATE_ADD = 1,
- NET_WM_STATE_TOGGLE = 2,
-};
-
struct wlr_xwm {
struct wlr_xwayland *xwayland;
struct wl_event_source *event_source;