1
0
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:
rburchell
2008-11-14 20:05:22 +00:00
parent 3a04b86346
commit 83e67af945
-2
View File
@@ -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) {