summary refs log tree commit diff stats
path: root/src/common/chanopt.h
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-04-08 10:35:53 -0700
committerTingPing <tngpng@gmail.com>2013-04-08 10:35:53 -0700
commit3a6103564ef3c3ad3491958d1548186e1e04fbfa (patch)
tree0dd1a708e26b652bdf1fbcb3e0f1d7ed47b40ba2 /src/common/chanopt.h
parent561ad635cde369f4f07b5ce5ee795b9dc4c2c0f7 (diff)
parent0424e5a3298b3f2341035f9cad8e41273733c54d (diff)
Merge pull request #516 from Misdre/optout-extra-alerts
Closes #290 - opt-out for extra alerts now working
Diffstat (limited to 'src/common/chanopt.h')
-rw-r--r--src/common/chanopt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/chanopt.h b/src/common/chanopt.h
index c0990385..18b9a432 100644
--- a/src/common/chanopt.h
+++ b/src/common/chanopt.h
@@ -22,7 +22,6 @@
 
 int chanopt_command (session *sess, char *tbuf, char *word[], char *word_eol[]);
 gboolean chanopt_is_set (unsigned int global, guint8 per_chan_setting);
-gboolean chanopt_is_set_a (unsigned int global, guint8 per_chan_setting);
 void chanopt_save_all (void);
 void chanopt_save (session *sess);
 void chanopt_load (session *sess);