summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2007-07-03 14:45:55 +0000
committerSebastien Helleu <flashcode@flashtux.org>2007-07-03 14:45:55 +0000
commitfeedeb25f68124c9d16a0801a1c51e6a06a221ae (patch)
tree0501df59da11b3e750a02b6b729b4bc7b55e044e
parentf1a39ce7d7e30d56fa8874af49c926b5598b58d2 (diff)
downloadweechat-feedeb25f68124c9d16a0801a1c51e6a06a221ae.zip
Removed unused variable
-rw-r--r--src/irc/irc-server.c2
-rw-r--r--weechat/src/irc/irc-server.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/irc/irc-server.c b/src/irc/irc-server.c
index 8ca90a6bb..06eeec381 100644
--- a/src/irc/irc-server.c
+++ b/src/irc/irc-server.c
@@ -61,8 +61,6 @@ t_irc_message *recv_msgq, *msgq_last_msg;
int check_away = 0;
-char *nick_modes = "aiwroOs";
-
#ifdef HAVE_GNUTLS
const int gnutls_cert_type_prio[] = { GNUTLS_CRT_X509, GNUTLS_CRT_OPENPGP, 0 };
#if LIBGNUTLS_VERSION_NUMBER >= 0x010700
diff --git a/weechat/src/irc/irc-server.c b/weechat/src/irc/irc-server.c
index 8ca90a6bb..06eeec381 100644
--- a/weechat/src/irc/irc-server.c
+++ b/weechat/src/irc/irc-server.c
@@ -61,8 +61,6 @@ t_irc_message *recv_msgq, *msgq_last_msg;
int check_away = 0;
-char *nick_modes = "aiwroOs";
-
#ifdef HAVE_GNUTLS
const int gnutls_cert_type_prio[] = { GNUTLS_CRT_X509, GNUTLS_CRT_OPENPGP, 0 };
#if LIBGNUTLS_VERSION_NUMBER >= 0x010700