summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/cs_access.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/cs_access.c b/src/core/cs_access.c
index d9adb1825..31e8df133 100644
--- a/src/core/cs_access.c
+++ b/src/core/cs_access.c
@@ -480,8 +480,6 @@ int do_levels(User * u)
notice_lang(s_ChanServ, u, CHAN_LEVELS_UNKNOWN, what, s_ChanServ);
} else if (stricmp(cmd, "LIST") == 0) {
- int i;
-
notice_lang(s_ChanServ, u, CHAN_LEVELS_LIST_HEADER, chan);
if (!levelinfo_maxwidth) {