From 20afadff90fb6a866d3e361b2b294a67775da95e Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Fri, 31 Oct 2014 14:50:29 +0100 Subject: Remove ability to have no active switch option and fix OSS to correctly handle such case --- libmatemixer/matemixer-enum-types.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libmatemixer/matemixer-enum-types.c') diff --git a/libmatemixer/matemixer-enum-types.c b/libmatemixer/matemixer-enum-types.c index cbc4ea8..6d88a83 100644 --- a/libmatemixer/matemixer-enum-types.c +++ b/libmatemixer/matemixer-enum-types.c @@ -198,7 +198,6 @@ mate_mixer_switch_flags_get_type (void) static const GFlagsValue values[] = { { MATE_MIXER_SWITCH_NO_FLAGS, "MATE_MIXER_SWITCH_NO_FLAGS", "no-flags" }, { MATE_MIXER_SWITCH_TOGGLE, "MATE_MIXER_SWITCH_TOGGLE", "toggle" }, - { MATE_MIXER_SWITCH_ALLOWS_NO_ACTIVE_OPTION, "MATE_MIXER_SWITCH_ALLOWS_NO_ACTIVE_OPTION", "allows-no-active-option" }, { 0, NULL, NULL } }; etype = g_flags_register_static ( -- cgit v1.2.1