summary refs log tree commit diff stats
path: root/src/common/chanopt.h
diff options
context:
space:
mode:
authormisdre <misdre@gmail.com>2013-04-08 19:19:55 +0200
committermisdre <misdre@gmail.com>2013-04-08 19:19:55 +0200
commit0424e5a3298b3f2341035f9cad8e41273733c54d (patch)
tree9be5492f6da10d77d809eb570d0af8a2d3bd7113 /src/common/chanopt.h
parented27009285d762ba35e99b9bc3d4bca2685b7fea (diff)
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);