mirror of
https://github.com/anope/anope.git
synced 2026-07-10 04:03:13 +02:00
Remove an unused variable.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1674 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user