diff options
Diffstat (limited to 'src/common/chanopt.c')
-rw-r--r-- | src/common/chanopt.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/common/chanopt.c b/src/common/chanopt.c index 561f2f9c..91b5087b 100644 --- a/src/common/chanopt.c +++ b/src/common/chanopt.c @@ -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 |