diff options
-rw-r--r-- | include/wlr/types/wlr_switch.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_switch.h b/include/wlr/types/wlr_switch.h index 31811ec3..8e723032 100644 --- a/include/wlr/types/wlr_switch.h +++ b/include/wlr/types/wlr_switch.h @@ -34,8 +34,7 @@ enum wlr_switch_type { enum wlr_switch_state { WLR_SWITCH_STATE_OFF = 0, - WLR_SWITCH_STATE_ON, - WLR_SWITCH_STATE_TOGGLE + WLR_SWITCH_STATE_ON }; struct wlr_event_switch_toggle { |