wlr_switch: remove WLR_SWITCH_STATE_TOGGLE

This was originally added in 810c7b7 for use in rootston's input config
handling. It has never actually been part of the wlroots API and
shouldn't exist.
master
Isaac Freund 3 years ago committed by Simon Ser
parent cfed039c9a
commit 4792446ee8

@ -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 {

Loading…
Cancel
Save