Closes #290 - opt-out for extra alerts now working

This commit is contained in:
misdre
2013-04-08 19:19:55 +02:00
parent ed27009285
commit 0424e5a329
3 changed files with 6 additions and 18 deletions

View File

@@ -165,17 +165,6 @@ chanopt_is_set (unsigned int global, guint8 per_chan_setting)
return per_chan_setting;
}
/* additive version */
gboolean
chanopt_is_set_a (unsigned int global, guint8 per_chan_setting)
{
if (per_chan_setting == SET_DEFAULT)
return global;
return per_chan_setting || global;
}
/* === below is LOADING/SAVING stuff only === */
typedef struct