summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-06-15 08:56:40 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-06-15 08:56:40 +0200
commit18a59cf8aaefcbd16d48387b68ce9ae874162c64 (patch)
tree09f9d42326ea6d5da90d534ddb352fd54ff9a29b /src/plugins/irc/irc.h
parente5bf0a498b9aecd1df0e2388845d82c406336a49 (diff)
downloadweechat-18a59cf8aaefcbd16d48387b68ce9ae874162c64.zip
Fix bug/crash when any color option is changed (bug #23566)
Diffstat (limited to 'src/plugins/irc/irc.h')
-rw-r--r--src/plugins/irc/irc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/irc/irc.h b/src/plugins/irc/irc.h
index 38b54d446..14874cee7 100644
--- a/src/plugins/irc/irc.h
+++ b/src/plugins/irc/irc.h
@@ -50,7 +50,6 @@
#define IRC_COLOR_CHAT weechat_color("chat")
#define IRC_COLOR_CHAT_CHANNEL weechat_color("chat_channel")
#define IRC_COLOR_CHAT_DELIMITERS weechat_color("chat_delimiters")
-#define IRC_COLOR_CHAT_HIGHLIGHT weechat_color("chat_highlight")
#define IRC_COLOR_CHAT_HOST weechat_color("chat_host")
#define IRC_COLOR_CHAT_NICK weechat_color("chat_nick")
#define IRC_COLOR_CHAT_NICK_SELF weechat_color("chat_nick_self")